2021-05-18 11:18:36 +00: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:esp32dev]
|
|
|
|
platform = espressif32
|
|
|
|
board = esp32dev
|
|
|
|
framework = arduino
|
|
|
|
monitor_speed = 115200
|
2021-06-03 20:29:00 +00:00
|
|
|
monitor_filters =
|
|
|
|
send_on_enter
|
|
|
|
esp32_exception_decoder
|
|
|
|
build_flags =
|
|
|
|
-DCORE_DEBUG_LEVEL=5
|
|
|
|
-Wno-unknown-pragmas
|
|
|
|
build_type = debug
|
2021-06-02 17:50:54 +00:00
|
|
|
lib_deps =
|
|
|
|
plerup/EspSoftwareSerial@^6.12.6
|
|
|
|
me-no-dev/ESP Async WebServer@^1.2.3
|
2021-06-03 20:28:20 +00:00
|
|
|
me-no-dev/AsyncTCP@^1.1.1
|
|
|
|
links2004/WebSockets@^2.3.6
|
2021-06-02 17:53:55 +00:00
|
|
|
bblanchon/ArduinoJson@^6.18.0
|