Версия для esp32

This commit is contained in:
Dmitry Borisenko
2020-12-30 13:48:29 +01:00
parent e0bb6d58e8
commit dad08c1686
8 changed files with 92 additions and 72 deletions

View File

@@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = esp8266_01_1m
default_envs = esp32
[common_env_data]
lib_deps_external =
@@ -28,6 +28,7 @@ lib_deps_internal =
[env:esp32]
framework = arduino
board = esp32dev
;board_build.ldscript = eagle.flash.4m2m.ld
platform = https://github.com/platformio/platform-espressif32.git
lib_deps =
${common_env_data.lib_deps_external}
@@ -36,11 +37,12 @@ lib_deps =
madhephaestus/ESP32Servo
luc-github/ESP32SSDP
CTBot
EspSoftwareSerial
monitor_filters = esp32_exception_decoder
upload_speed = 921600
monitor_speed = 115200
board_build.filesystem = littlefs
extra_scripts = ./tools/littlefsbuilder.py
;board_build.filesystem = littlefs
;extra_scripts = ./tools/littlefsbuilder.py
[env:esp8266_01_1m]
framework = arduino