Merge pull request #722 from fdlamotte/techo_epd_damage

Techo epd damage
This commit is contained in:
ripplebiz 2025-09-04 13:25:09 +10:00 committed by GitHub
commit 6334971e2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 69 additions and 21 deletions

View file

@ -74,10 +74,12 @@ build_flags =
-D MAX_CONTACTS=100
-D MAX_GROUP_CHANNELS=8
-D BLE_PIN_CODE=123456
-D BLE_DEBUG_LOGGING=1
; -D BLE_DEBUG_LOGGING=1
-D DISPLAY_CLASS=GxEPDDisplay
-D OFFLINE_QUEUE_SIZE=256
-D UI_RECENT_LIST_SIZE=9
-D BACKLIGHT_BTN=PIN_BUTTON2
-D AUTO_OFF_MILLIS=0
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1
build_src_filter = ${LilyGo_Techo.build_src_filter}
@ -91,3 +93,4 @@ lib_deps =
${LilyGo_Techo.lib_deps}
densaugeo/base64 @ ~1.4.0
zinggjm/GxEPD2 @ 1.6.2
bakercp/CRC32 @ ^2.0.0