You've already forked TEF6686_ESP32
add support for hardware rtc, not sure if this version won't crash
This commit is contained in:
@@ -4,6 +4,7 @@ default_envs = dp66x
|
||||
[esp32dev]
|
||||
platform = espressif32
|
||||
upload_speed = 921600
|
||||
monitor_speed = 115200
|
||||
board = esp32dev
|
||||
framework = arduino
|
||||
board_build.partitions = maxapp.csv
|
||||
@@ -19,7 +20,9 @@ build_flags =
|
||||
-Wl,--gc-sections
|
||||
-DARDUINO_LOOP_STACK_SIZE=4096
|
||||
-Werror
|
||||
|
||||
monitor_filters =
|
||||
esp32_exception_decoder
|
||||
default
|
||||
build_unflags =
|
||||
-fexceptions
|
||||
-frtti
|
||||
|
||||
Reference in New Issue
Block a user