Skip to content

Commit

Permalink
Fixed #234
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Mar 26, 2024
1 parent a677f48 commit 9f66553
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ board = lilygo-t-displays3
framework = arduino

debug_tool = esp-builtin
upload_protocol = esp-builtin

; Use this when burning with USB CDC
upload_protocol = esptool

; When using ESP32-USB-JTAG debugging
; upload_protocol = esp-builtin

build_flags =
-DLV_LVGL_H_INCLUDE_SIMPLE
Expand Down

0 comments on commit 9f66553

Please sign in to comment.