diff options
| author | opekk <maciek09874@gmail.com> | 2026-05-21 23:32:59 +0200 |
|---|---|---|
| committer | opekk <maciek09874@gmail.com> | 2026-05-21 23:32:59 +0200 |
| commit | 70dd357e2841bed77d37316833881bfb72cf60f0 (patch) | |
| tree | c08770cb31b0692e1da203dfcb3c6bd3d9c9ba57 /platformio.ini | |
| parent | 45b2a8581e5a79cb88c5e3084dae014b480f1c35 (diff) | |
chore: add OneWire and DallasTemperature libs, define two pins for DS18B20
Diffstat (limited to 'platformio.ini')
| -rw-r--r-- | platformio.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platformio.ini b/platformio.ini index f334e0c..8c7f43a 100644 --- a/platformio.ini +++ b/platformio.ini @@ -20,6 +20,8 @@ lib_deps = adafruit/Adafruit ST7735 and ST7789 Library@^1.11.0 madhephaestus/ESP32Servo @ ^3.0.5 arduinogetstarted/ezButton@^1.0.6 + paulStoffregen/OneWire@^2.3.0 + milesburton/DallasTemperature@^4.0.1 build_flags = -Iinclude -D ARDUINO_USB_CDC_ON_BOOT=1 |