PlantCtrl/esp32/platformio.ini

29 lines
901 B
INI
Raw Normal View History

2020-09-07 18:18:46 +02: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
2021-11-28 16:02:08 +01:00
build_flags = -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
board_build.partitions = defaultWithSmallerSpiffs.csv
2020-09-07 18:18:46 +02:00
2021-11-13 17:26:39 +01:00
2020-09-07 18:18:46 +02:00
; the latest development brankitchen-lightch (convention V3.0.x)
lib_deps = ArduinoJson@6.16.1
2020-09-07 18:18:46 +02:00
OneWire
2020-10-21 18:14:51 +02:00
DallasTemperature
pololu/VL53L0X
https://github.com/homieiot/homie-esp8266.git#develop
2022-03-05 10:31:43 +01:00
robtillaart/SHT2x@^0.1.3
[platformio]
extra_configs = custom_platformio.ini