mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Версия для esp32
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user