2020-11-12 21:23:19 +01:00
|
|
|
[env:esp32doit-devkit-v1]
|
|
|
|
platform = espressif32
|
|
|
|
board = esp32doit-devkit-v1
|
|
|
|
framework = arduino
|
|
|
|
build_flags = -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
|
|
|
|
board_build.partitions = defaultWithSmallerSpiffs.csv
|
|
|
|
|
|
|
|
; the latest development brankitchen-lightch (convention V3.0.x)
|
|
|
|
lib_deps = ArduinoJson@6.16.1
|
|
|
|
OneWire
|
|
|
|
DallasTemperature
|
2021-10-01 23:00:24 +02:00
|
|
|
pololu/VL53L0X
|
|
|
|
https://github.com/homieiot/homie-esp8266.git#develop
|
2020-11-12 21:23:19 +01:00
|
|
|
|
|
|
|
; add additional parameter, like the upload port
|
|
|
|
upload_port=/dev/ttyUSB1
|