change single shot task, gets stability and memory

This commit is contained in:
sharandac
2020-07-30 10:46:32 +02:00
parent d945b1f5c8
commit 9b94b63574
13 changed files with 204 additions and 251 deletions

View File

@@ -15,13 +15,12 @@ framework = arduino
board_build.f_flash = 80000000L
monitor_speed = 115200
build_flags =
-DSPI_FREQUENCY=80000000L
; -DLOG_LOCAL_LEVEL=ESP_LOG_INFO
; -DSPI_FREQUENCY=80000000L
-DBOARD_HAS_PSRAM
-mfix-esp32-psram-cache-issue
src_filter =
+<*>
+<../src/font>
+<../src/images>
lib_deps =
TTGO TWatch Library@>=1.2.0
ESP Async WebServer@>=1.2.0