Merge pull request #408 from thre3eye/master

Update platformio.ini to fix TTGO-T-Display build
This commit is contained in:
BitMaker 2024-05-25 23:42:19 +02:00 committed by GitHub
commit 3efb73b64f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -464,14 +464,17 @@ monitor_filters =
esp32_exception_decoder
time
log2file
board_build.arduino.memory_type = qio_opi
# Commenting out 'board_build.arduino.memory_type' fixes missing 'sdkconfig.h' errors:
;board_build.arduino.memory_type = qio_opi
monitor_speed = 115200
upload_speed = 115200
# 2 x 4.5MB app, 6.875MB SPIFFS
board_build.partitions = huge_app.csv
build_flags =
;-D DEBUG_MINING=1
-D TDISPLAY=1
# Switching from 'TDISPLAY' to 'NERDMINER_T_DISPLAY_V1' fixes font related compile errors
;-D TDISPLAY=1
-D NERDMINER_T_DISPLAY_V1=1
lib_deps =
https://github.com/takkaO/OpenFontRender
bblanchon/ArduinoJson@^6.21.2