75938b9956
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 lines
503 B
INI
18 lines
503 B
INI
; esp_jardin — station de monitoring jardin, ESP32 + 3× DS18B20
|
||
; WiFi hybride STA/AP, interface web WebSocket, API REST, MQTT avec deadband
|
||
[env:esp32dev]
|
||
platform = espressif32
|
||
board = esp32dev
|
||
framework = arduino
|
||
board_build.filesystem = littlefs
|
||
|
||
lib_deps =
|
||
esp32async/ESPAsyncWebServer
|
||
esp32async/AsyncTCP
|
||
paulstoffregen/OneWire @ ^2.3.7
|
||
milesburton/DallasTemperature @ ^3.11.0
|
||
knolleary/PubSubClient @ ^2.8
|
||
bblanchon/ArduinoJson @ ^7.2
|
||
|
||
upload_flags = --auth=Jardin2026
|