-
Notifications
You must be signed in to change notification settings - Fork 148
/
platformio.ini
43 lines (40 loc) · 1.16 KB
/
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
42
43
[platformio]
lib_dir = lib
src_dir = src
extra_configs = platformio_extra.ini
[env]
platform = espressif32 @^6.5.0
board = az-delivery-devkit-v4
board_build.filesystem = littlefs
board_build.partitions = partitions_4M.csv
build_flags =
-std=gnu++17
build_unflags = -std=gnu++11
framework = arduino
monitor_speed = 115200
check_tool = clangtidy
check_skip_packages = yes
lib_deps =
lebuni/ZACwire for TSic @ 2.0.0
milesburton/DallasTemperature @ 3.11.0
paulstoffregen/OneWire @ 2.3.8
olkal/HX711_ADC @ 1.2.12
olikraus/U8g2 @ 2.35.9
git+https://github.com/rancilio-pid/Arduino-PID-Library#d6d3c69
knolleary/PubSubClient @ 2.8.0
bblanchon/ArduinoJson @ 6.21.4
git+https://github.com/esphome/AsyncTCP @ 2.1.4
git+https://github.com/esphome/ESPAsyncWebServer @ 3.3.0
git+https://github.com/tzapu/WiFiManager @ 2.0.17
extra_scripts =
pre:auto_firmware_version.py
pre:run_clangformat.py
[env:esp32_usb]
monitor_filters = esp32_exception_decoder
debug_tool = esp-prog
debug_init_break = tbreak setup
[env:esp32_ota]
monitor_port = socket://silvia.local:23
upload_protocol = espota
upload_port = silvia.local
upload_flags = --auth=otapass