Skip to content
Snippets Groups Projects
Commit 58ea0726 authored by francois's avatar francois
Browse files

upgrade esp32 SDK to 2.0.15

parent 6bb2bc85
Branches
No related tags found
No related merge requests found
......@@ -56,14 +56,14 @@ neOSensor.menu.UploadSpeed.115200=115200
neOSensor.menu.UploadSpeed.115200.upload.speed=115200
# FLASH partitioning
# [feb.24] due to the bluetooth libs, we have had to switch to a reduced SPIFFS as default
neOSensor.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS)
neOSensor.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
neOSensor.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
neOSensor.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
neOSensor.menu.PartitionScheme.default.build.partitions=default
# [feb.24] additional FLASH partitioning options
neOSensor.menu.PartitionScheme.defaultffat=Default 4MB with ffat (1.2MB APP/1.5MB FATFS)
neOSensor.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
neOSensor.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
neOSensor.menu.PartitionScheme.defaultffat.build.partitions=default_ffat
neOSensor.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS)
# Core debug
neOSensor.menu.DebugLevel.none=None
......
No preview for this file type
......@@ -13,7 +13,7 @@
#
# Global defs
ESP32_REV=${ESP32_REV:-"2.0.14"}
ESP32_REV=${ESP32_REV:-"2.0.15"}
ESP8266_REV=${ESP8266_REV:-"3.1.2"}
CUBECELL_REV=${CUBECELL_REV:-"1.3.0"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment