global cleaning, restructure

This commit is contained in:
Yuri Trikoz
2020-06-20 14:27:58 +03:00
parent ece010976e
commit 6f310e5e07
81 changed files with 11067 additions and 1587 deletions

View File

@@ -8,26 +8,45 @@
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = esp8266
[env]
lib_deps=
ModuleInterface@3.5.1
ArduinoJson@5.*
AsyncTCP
ESP Async WebServer
ESP32Servo
Bounce2
PubSubClient
ESP8266-StringCommand
DallasTemperature
DHT sensor library for ESPx
Adafruit BMP280 Library
Adafruit BME280 Library
framework = arduino
board_build.partitions = partitions_custom.csv
[env:esp32dev]
[env:esp32]
platform = espressif32
board = esp32dev
framework = arduino
board_build.partitions = partitions_custom.csv
monitor_filters = esp32_exception_decoder
monitor_speed = 115200
lib_deps =
ModuleInterface@3.5.1
ArduinoJson@5.*
AsyncTCP
ESP32Servo
Bounce2
PubSubClient
ESP8266-StringCommand
DallasTemperature
DHT sensor library for ESPx
Adafruit BMP280 Library
Adafruit BME280 Library
[env:esp8266]
build_flags =-Wno-deprecated
platform = espressif8266
board = nodemcuv2
monitor_filters = esp8266_exception_decoder
monitor_speed = 115200
lib_deps =
ModuleInterface@3.5.1
ArduinoJson@5.*
ESPAsyncTCP
Bounce2
PubSubClient
ESP8266-StringCommand
DallasTemperature
DHT sensor library for ESPx
Adafruit BMP280 Library
Adafruit BME280 Library