20 lines
608 B
INI
20 lines
608 B
INI
[env:Sporttafel]
|
|
platform = espressif32
|
|
board = esp32dev
|
|
framework = arduino
|
|
build_type = debug
|
|
board_build.filesystem = littlefs
|
|
lib_deps = bblanchon/ArduinoJson
|
|
; https://github.com/adafruit/Adafruit_NeoPixel
|
|
https://github.com/me-no-dev/ESPAsyncWebServer.git
|
|
build_flags = -DWIFI_SSID=\"HappyNet\"
|
|
-DWIFI_PKEY=\"1Grausame!Sackratte7\"
|
|
-DWIFI_HOST=\"Sporttafel\"
|
|
upload_port = 10.0.0.119
|
|
upload_protocol = espota
|
|
;upload_port = /dev/ttyUSB0
|
|
;upload_speed = 921600
|
|
monitor_port = /dev/ttyUSB0
|
|
monitor_speed = 115200
|
|
monitor_filters = esp32_exception_decoder
|