Update platformio.ini

This commit is contained in:
Jonas Niesner
2023-04-04 19:34:19 +02:00
committed by GitHub
parent e080499e6a
commit 09d6dd2fbb

View File

@@ -81,3 +81,33 @@ build_flags =
-D PINOUT=SIMPLE_AP
build_src_filter =
+<*>-<usbflasher.cpp>
; ----------------------------------------------------------------------------------------
; !!! this configuration expects the alternative 2.9" Flasher PCB
; ----------------------------------------------------------------------------------------
[env:AlternativePCB]
platform = espressif32
board = esp32dev
framework = arduino
board_build.partitions = no_ota.csv
platform_packages =
monitor_filters = esp32_exception_decoder
monitor_speed = 115200
board_build.f_cpu = 240000000L
board_build.filesystem = littlefs
lib_deps =
https://github.com/me-no-dev/ESPAsyncWebServer
https://github.com/tzapu/WiFiManager.git#feature_asyncwebserver
bblanchon/ArduinoJson
bodmer/TFT_eSPI
https://github.com/Bodmer/TJpg_Decoder.git
https://github.com/garretlab/shoddyxml2
https://github.com/Bodmer/U8g2_for_TFT_eSPI
https://github.com/ricmoo/qrcode
build_flags =
-D SIMPLE_AP=2
-D PINOUT=AlternativePCB
build_src_filter =
+<*>-<usbflasher.cpp>