45 lines
1.1 KiB
INI
45 lines
1.1 KiB
INI
; 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
|
|
|
|
;Testet at platform = espressif32 @ 6.4.0
|
|
;|-- Bounce2 @ 2.71.0
|
|
;|-- Homie @ 3.0.1+sha.ba452ea
|
|
;|-- AsyncTCP @ 1.1.1
|
|
;|-- ESP Async WebServer @ 1.2.3
|
|
|
|
; - framework-arduinoespressif32 @ 3.20011.230801 (2.0.11)
|
|
; - tool-esptoolpy @ 1.40501.0 (4.5.1)
|
|
; - tool-mkfatfs @ 2.0.1
|
|
; - tool-mklittlefs @ 1.203.210628 (2.3)
|
|
; - tool-mkspiffs @ 2.230.0 (2.30)
|
|
; - toolchain-xtensa-esp32 @ 8.4.0+2021r2-patch5
|
|
|
|
|
|
|
|
[platformio]
|
|
data_dir=data
|
|
#Upload Data with pio run -t uploadfs
|
|
|
|
[env:esp32doit-devkit-v1]
|
|
platform = espressif32
|
|
board = esp32doit-devkit-v1
|
|
framework = arduino
|
|
|
|
monitor_speed = 115200
|
|
|
|
build_flags = -D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
|
|
|
|
lib_deps =
|
|
Bounce2
|
|
https://github.com/homieiot/homie-esp8266.git
|
|
me-no-dev/AsyncTCP@1.1.1
|
|
me-no-dev/ESP Async WebServer@1.2.3
|
|
|