mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
ESP32 target
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user