mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-04 23:00:39 +08:00
Fix PlaformIO do dead loop with latest esp32 core
This commit is contained in:
parent
b19c0d6c81
commit
03cab01a89
@ -154,7 +154,7 @@
|
||||
//ESP_SPIFFS_FILESYSTEM 0
|
||||
//ESP_FAT_FILESYSTEM 1
|
||||
//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
|
||||
//#define GLOBAL_FILESYSTEM_FEATURE
|
||||
|
@ -26,10 +26,10 @@ monitor_speed = 115200
|
||||
monitor_flags = --echo
|
||||
monitor_filters = send_on_enter, colorize, esp32_exception_decoder
|
||||
; set frequency to 240MHz
|
||||
board_build.f_cpu = 240000000L
|
||||
;board_build.f_cpu = 240000000L
|
||||
; set frequency to 80MHz
|
||||
board_build.f_flash = 80000000L
|
||||
board_build.flash_mode = qio
|
||||
;board_build.f_flash = 80000000L
|
||||
;board_build.flash_mode = qio
|
||||
; None
|
||||
build_flags = -DCORE_DEBUG_LEVEL=0
|
||||
board_build.partitions = min_spiffs.csv
|
||||
|
Loading…
x
Reference in New Issue
Block a user