57 lines
1.6 KiB
INI
57 lines
1.6 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 = lolin
|
|
|
|
[env:lolin]
|
|
platform = espressif32
|
|
board = lolin32
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
lib_deps =
|
|
adafruit/Adafruit HTU21DF Library @ ^1.0.5
|
|
; enjoyneering/HTU21D @ ^1.2.1
|
|
robtillaart/RunningMedian @ ^0.3.4
|
|
wifwaf/MH-Z19 @ ^1.5.3
|
|
plerup/EspSoftwareSerial @ ^6.15.2
|
|
ottowinter/AsyncMqttClient-esphome @ ^0.8.6
|
|
ottowinter/ESPAsyncWebServer-esphome @ ^2.1.0
|
|
ayushsharma82/AsyncElegantOTA @ ^2.2.6
|
|
ayushsharma82/WebSerial @ ^1.3.0
|
|
plerup/EspSoftwareSerial @ ^8.1.0
|
|
powerbroker2/SerialTransfer @ ^3.1.3
|
|
knolleary/PubSubClient @ ^2.8
|
|
;upload_protocol = espota
|
|
;upload_port = 192.168.1.138
|
|
|
|
[env:esp12]
|
|
platform = espressif8266
|
|
board = esp12e
|
|
framework = arduino
|
|
board_build.f_cpu = 26000000L
|
|
board_build.ldscript = eagle.flash.1m.ld
|
|
;board_build.flash_mode = dout
|
|
upload_protocol = espota
|
|
upload_port = 192.168.1.131
|
|
[env:nodemcuv2]
|
|
platform = espressif8266
|
|
board = nodemcuv2
|
|
framework = arduino
|
|
lib_deps =
|
|
enjoyneering/HTU21D @ ^1.2.1
|
|
robtillaart/RunningMedian @ ^0.3.4
|
|
wifwaf/MH-Z19 @ ^1.5.3
|
|
plerup/EspSoftwareSerial @ ^6.15.2
|
|
ottowinter/AsyncMqttClient-esphome @ ^0.8.6
|
|
;upload_protocol = espota
|
|
;upload_port = 192.168.1.131
|
|
|