mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
53 lines
1.2 KiB
INI
53 lines
1.2 KiB
INI
; PlatformIO Project Configuration File
|
|
;
|
|
; Build options: build flags, source filter
|
|
; Upload options: custom upload port, speed and extra flags
|
|
; Library options: dependencies, extra library storages
|
|
; Advanced options: extra scripting
|
|
;
|
|
; Please visit documentation for the other options and examples
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
[platformio]
|
|
default_envs = esp8266
|
|
|
|
[env]
|
|
framework = arduino
|
|
|
|
[env:esp32]
|
|
platform = espressif32
|
|
board = esp32dev
|
|
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 = https://github.com/platformio/platform-espressif8266.git
|
|
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
|