2023-03-30 15:55:45 +00:00
|
|
|
; 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:esp32doit-devkit-v1]
|
|
|
|
platform = espressif32
|
|
|
|
board = esp32doit-devkit-v1
|
|
|
|
framework = arduino
|
|
|
|
|
2023-04-04 05:53:20 +00:00
|
|
|
monitor_speed = 115200
|
|
|
|
|
|
|
|
lib_deps =
|
2023-04-05 07:22:57 +00:00
|
|
|
https://github.com/milesburton/Arduino-Temperature-Control-Library/
|
2023-04-22 01:14:51 +00:00
|
|
|
https://github.com/emilv/ArduinoSort/
|
2023-05-10 15:44:21 +00:00
|
|
|
robtillaart/ADS1X15@^0.3.9
|
2024-05-11 07:20:37 +00:00
|
|
|
256dpi/MQTT@^2.5.1
|
2024-05-12 09:51:59 +00:00
|
|
|
pololu/VL53L0X@^1.3.1
|