diff --git a/ESP32_AP-Flasher/platformio.ini b/ESP32_AP-Flasher/platformio.ini index 345759ba..2e9f460f 100644 --- a/ESP32_AP-Flasher/platformio.ini +++ b/ESP32_AP-Flasher/platformio.ini @@ -81,3 +81,33 @@ build_flags = -D PINOUT=SIMPLE_AP build_src_filter = +<*>- + +; ---------------------------------------------------------------------------------------- +; !!! 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 = + +<*>-