Fix PlaformIO do dead loop with latest esp32 core

This commit is contained in:
Luc 2021-07-28 15:58:56 +02:00
parent b19c0d6c81
commit 03cab01a89
2 changed files with 4 additions and 4 deletions

View File

@ -154,7 +154,7 @@
//ESP_SPIFFS_FILESYSTEM 0 //ESP_SPIFFS_FILESYSTEM 0
//ESP_FAT_FILESYSTEM 1 //ESP_FAT_FILESYSTEM 1
//ESP_LITTLEFS_FILESYSTEM 2 //ESP_LITTLEFS_FILESYSTEM 2
#define FILESYSTEM_FEATURE ESP_LITTLEFS_FILESYSTEM #define FILESYSTEM_FEATURE ESP_SPIFFS_FILESYSTEM
//Allows to mount /FS and /SD under / for FTP server //Allows to mount /FS and /SD under / for FTP server
//#define GLOBAL_FILESYSTEM_FEATURE //#define GLOBAL_FILESYSTEM_FEATURE

View File

@ -26,10 +26,10 @@ monitor_speed = 115200
monitor_flags = --echo monitor_flags = --echo
monitor_filters = send_on_enter, colorize, esp32_exception_decoder monitor_filters = send_on_enter, colorize, esp32_exception_decoder
; set frequency to 240MHz ; set frequency to 240MHz
board_build.f_cpu = 240000000L ;board_build.f_cpu = 240000000L
; set frequency to 80MHz ; set frequency to 80MHz
board_build.f_flash = 80000000L ;board_build.f_flash = 80000000L
board_build.flash_mode = qio ;board_build.flash_mode = qio
; None ; None
build_flags = -DCORE_DEBUG_LEVEL=0 build_flags = -DCORE_DEBUG_LEVEL=0
board_build.partitions = min_spiffs.csv board_build.partitions = min_spiffs.csv