ESP32 target

This commit is contained in:
Yuri Trikoz
2020-10-18 00:07:57 +03:00
parent eaef10aee2
commit 3bafbb88df
10 changed files with 157 additions and 64 deletions

View File

@@ -37,7 +37,7 @@ lib_deps =
ESP32Servo
LITTLEFS
monitor_filters = esp32_exception_decoder
upload_speed = 921600
;upload_speed = 921600
monitor_speed = 115200
board_build.filesystem = littlefs
@@ -56,7 +56,7 @@ monitor_filters = esp8266_exception_decoder
upload_speed = 921600
monitor_speed = 115200
board_build.filesystem = littlefs
board_build.f_cpu = 160000000L
;board_build.f_cpu = 160000000L
[env:esp8266]
framework = arduino
@@ -69,7 +69,7 @@ lib_deps =
ESPAsyncUDP
EspSoftwareSerial
monitor_filters = esp8266_exception_decoder
upload_speed = 921600
;upload_speed = 921600
monitor_speed = 115200
board_build.filesystem = littlefs
board_build.f_cpu = 160000000L