-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
41 lines (34 loc) · 895 Bytes
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[env]
platform = espressif32
board = denky32
framework = arduino
monitor_speed = 115200
build_type = debug
monitor_filters = esp32_exception_decoder
build_flags =
-DVERSION=1.0
lib_deps =
adafruit/Adafruit GFX Library @ ^1.10.10
adafruit/Adafruit SSD1306 @ ^2.5.7
esphome/ESPAsyncWebServer-esphome@^3.0.0
adafruit/DHT sensor library@^1.4.6
adafruit/Adafruit Unified Sensor@^1.1.3
bblanchon/ArduinoJson@^6.21.2
knolleary/PubSubClient@^2.8
terrorsl/sMQTTBroker@^0.1.6
heman/AsyncMqttClient-esphome@^2.1.0
mark170987/Button@^1.0.0
extra_scripts =
scripts/clean_data.py
[env:plant-master]
build_flags =
${env.build_flags}
-DPLANT_MASTER
extra_scripts =
${env.extra_scripts}
scripts/build_client_app.py
scripts/prepare_config.py
[env:plant-monitor]
extra_scripts =
${env.extra_scripts}
scripts/prepare_config.py