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
|
|
|
|
build_flags = -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
|
2020-10-20 22:54:10 +02:00
|
|
|
board_build.partitions = defaultWithSmallerSpiffs.csv
|
2020-09-07 18:18:46 +02:00
|
|
|
|
|
|
|
; the latest development brankitchen-lightch (convention V3.0.x)
|
2020-10-20 19:05:37 +02:00
|
|
|
lib_deps = ArduinoJson@6.16.1
|
2020-09-07 18:18:46 +02:00
|
|
|
OneWire
|
2020-10-21 18:14:51 +02:00
|
|
|
DallasTemperature
|
2021-06-06 21:23:21 +02:00
|
|
|
pololu/VL53L0X
|
2021-05-24 15:50:04 +02:00
|
|
|
https://github.com/homieiot/homie-esp8266.git#develop
|
2020-11-12 21:23:19 +01:00
|
|
|
|
|
|
|
[platformio]
|
|
|
|
|
|
|
|
extra_configs = custom_platformio.ini
|