36 lines
991 B
INI
36 lines
991 B
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
|
|
|
|
[env:esp32dev]
|
|
platform = espressif32
|
|
board = esp32dev
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
|
|
lib_deps =
|
|
# WiFi Manager (Versi resmi untuk ESP32)
|
|
tzapu/WiFiManager @ ^2.0.17
|
|
|
|
# Web Server & TCP (Versi Async yang stabil)
|
|
ottowinter/ESPAsyncWebServer-esphome @ ^3.1.0
|
|
esphome/AsyncTCP-esphome @ ^2.1.3
|
|
|
|
# Firebase
|
|
mobizt/Firebase Arduino Client Library for ESP8266 and ESP32 @ ^4.4.14
|
|
|
|
# Sensor-sensor
|
|
adafruit/DHT sensor library @ ^1.4.6
|
|
adafruit/Adafruit Unified Sensor @ ^1.1.14
|
|
claws/BH1750 @ ^1.3.0
|
|
|
|
# Pendukung Data
|
|
bblanchon/ArduinoJson @ ^6.21.3
|
|
|