Skip to content

Commit

Permalink
Merge pull request #408 from thre3eye/master
Browse files Browse the repository at this point in the history
Update platformio.ini to fix TTGO-T-Display build
  • Loading branch information
BitMaker-hub authored May 25, 2024
2 parents c402b1f + d4ca47d commit 3efb73b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3efb73b

Please sign in to comment.