code-grappe/platformio.ini

22 lines
699 B
INI
Raw Normal View History

2021-06-21 11:29:53 +02:00
; 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
2024-06-07 14:27:50 +02:00
2021-06-21 11:29:53 +02:00
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
2024-05-31 18:24:06 +02:00
[env:esp32_olimex_devKit_Lipo]
2021-06-21 11:29:53 +02:00
platform = espressif32
board = esp32-devkitlipo
2021-06-21 11:29:53 +02:00
framework = arduino
lib_deps =
adafruit/DHT sensor library@^1.4.2
adafruit/Adafruit Unified Sensor@^1.1.4
knolleary/PubSubClient@^2.8
ottowinter/ESPAsyncWebServer-esphome@^1.2.7
ottowinter/AsyncTCP-esphome@^1.2.1
2024-06-07 14:27:50 +02:00
arduino-libraries/NTPClient@^3.1.0