версия для esp32

This commit is contained in:
Dmitry Borisenko
2022-02-14 10:48:14 +01:00
parent 15c55c2df6
commit 5cdcb0f0e6
5 changed files with 15 additions and 10 deletions

View File

@@ -9,17 +9,15 @@
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = esp8266_4mb
default_envs = esp32_4mb
data_dir = data_svelte
[common_env_data]
lib_deps_external =
bblanchon/ArduinoJson @6.18.0
me-no-dev/ESP Async WebServer
me-no-dev/ESPAsyncUDP
Links2004/WebSockets
knolleary/PubSubClient
[env:esp8266_4mb]
build_flags = -Desp8266_4mb="esp8266_4mb"
framework = arduino
@@ -33,6 +31,7 @@ lib_deps =
beegee-tokyo/DHT sensor library for ESPx
adafruit/Adafruit BMP280 Library
adafruit/Adafruit BME280 Library
me-no-dev/ESPAsyncUDP ;для esp32 данная библиотека встроена в ядро
monitor_filters = esp8266_exception_decoder
upload_speed = 921600
monitor_speed = 115200