mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-22 07:07:43 +01:00
Update platformio.ini
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user