mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-29 15:42:20 +03:00
global cleaning, restructure
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user