Browse Source
Merge pull request #182 from oltaco/tbeam-8-group-channels
set TBeam MAX_GROUP_CHANNELS=8
pull/184/head
ripplebiz
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
variants/lilygo_tbeam/platformio.ini
|
|
|
@ -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 |
|
|
|
|