Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand the nvs partition to allow more stations #418

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mitchbear
Copy link

Replace the SPIFFS partition with the nvs partition to create a giant nvs partition which will allow more stations and bigger descriptions. Keep the old nvs table where it is as the built-in tables following it are at specific offset positions.

The new table is as follows:

ESP-IDF Partition Table

Name Type SubType Offset Size Flags

dummy data nvs 0x9000 20K
otadata data ota 0xe000 8K
app0 app ota_0 0x10000 1280K
app1 app ota_1 0x150000 1280K
nvs data nvs 0x290000 1472K

Replace the SPIFFS partition with the nvs partition to create a giant nvs partition which will allow more stations and bigger descriptions.  Keep the old nvs table where it is as the built-in tables following it are at specific offset positions.

The new table is as follows:

# ESP-IDF Partition Table					
# Name	 Type	 SubType	 Offset	 Size	 Flags
dummy	data	         nvs	         0x9000	20K	
otadata	data  	ota	         0xe000	8K	
app0	app	       ota_0	0x10000	1280K	
app1	app	       ota_1	0x150000	1280K	
nvs	        data	       nvs	        0x290000	1472K
Change enc_preset type to allow more than 128 stations to be allowed to be selected from the rotary encoder.
@mitchbear mitchbear closed this Dec 11, 2020
@mitchbear mitchbear reopened this Dec 11, 2020
@mitchbear
Copy link
Author

Also update the rotary encoder so that more than 128 stations can be selected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant