mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Update configuration
This commit is contained in:
parent
3259bdcbe8
commit
e0993614a1
@ -190,7 +190,8 @@ typedef void* lv_fs_drv_user_data_t;
|
||||
# define LV_FS_IF_PC '\0'
|
||||
# define LV_FS_IF_SPIFFS '\0' // internal esp Flash
|
||||
#else
|
||||
# define LV_FS_IF_PC 'S'
|
||||
# define LV_FS_IF_PC '\0'
|
||||
# define LV_FS_IF_POSIX '\0'
|
||||
# define LV_FS_IF_SPIFFS '\0' // no internal esp Flash
|
||||
#endif
|
||||
#endif /*LV_USE_FS_IF*/
|
||||
|
@ -9,6 +9,10 @@
|
||||
extends = esp32
|
||||
board = esp32dev
|
||||
|
||||
board_upload.flash_size=8MB
|
||||
board_upload.maximum_size = 8388608
|
||||
board_build.partitions = user_setups/esp32_partition_app2000k_spiffs4000k.csv
|
||||
|
||||
build_flags =
|
||||
${env.build_flags}
|
||||
${esp32.build_flags}
|
||||
|
6
user_setups/esp32_partition_app1536k_spiffs1024k.csv
Normal file
6
user_setups/esp32_partition_app1536k_spiffs1024k.csv
Normal file
@ -0,0 +1,6 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0x9000, 0x5000,
|
||||
otadata, data, ota, 0xe000, 0x2000,
|
||||
app0, app, ota_0, 0x10000, 0x180000,
|
||||
app1, app, ota_1, 0x190000, 0x180000,
|
||||
spiffs, data, spiffs, 0x310000, 0x0F0000,
|
|
6
user_setups/esp32_partition_app2000k_spiffs4000k.csv
Normal file
6
user_setups/esp32_partition_app2000k_spiffs4000k.csv
Normal file
@ -0,0 +1,6 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0x9000, 0x5000,
|
||||
otadata, data, ota, 0xe000, 0x2000,
|
||||
app0, app, ota_0, 0x10000, 0x1F0000,
|
||||
app1, app, ota_1, 0x200000, 0x1F0000,
|
||||
spiffs, data, spiffs, 0x3F0000, 0x410000,
|
|
@ -75,7 +75,6 @@ st7789v =
|
||||
-D SPI_FREQUENCY=80000000
|
||||
-D SPI_READ_FREQUENCY=6000000
|
||||
-D USER_SETUP_LOADED=1
|
||||
;-D TOUCH_DRIVER=6336 ; FT6336U Capacitive I2C touch panel driver
|
||||
-D SUPPORT_TRANSACTIONS
|
||||
|
||||
wt32-sc01 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user