Merge pull request #182 from oltaco/tbeam-8-group-channels

set TBeam MAX_GROUP_CHANNELS=8
This commit is contained in:
ripplebiz 2025-04-08 11:06:58 +10:00 committed by GitHub
commit 348db9b82f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ build_flags =
${LilyGo_TBeam.build_flags}
-D DISPLAY_CLASS=SSD1306Display
-D MAX_CONTACTS=100
-D MAX_GROUP_CHANNELS=1
-D MAX_GROUP_CHANNELS=8
-D BLE_PIN_CODE=123456
-D BLE_DEBUG_LOGGING=1
-D MESH_PACKET_LOGGING=1