hydroponic-controller/platformio.ini

21 lines
643 B
INI
Raw Normal View History

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-09 18:33:45 +00:00
d03n3rfr1tz3/HC-SR04@^1.1.2
https://github.com/emilv/ArduinoSort/