Browse Source
Merge pull request #3033 from liamcottle/board/lilygo-tbeam-sx1276
Increase LilyGo T-Beam SX1276 channels from 8 to 40
pull/2717/merge
Liam Cottle
1 day 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_SX1276/platformio.ini
|
|
@ -45,7 +45,7 @@ build_flags = |
|
|
${LilyGo_TBeam_SX1276.build_flags} |
|
|
${LilyGo_TBeam_SX1276.build_flags} |
|
|
-I examples/companion_radio/ui-new |
|
|
-I examples/companion_radio/ui-new |
|
|
-D MAX_CONTACTS=160 |
|
|
-D MAX_CONTACTS=160 |
|
|
-D MAX_GROUP_CHANNELS=8 |
|
|
-D MAX_GROUP_CHANNELS=40 |
|
|
-D BLE_PIN_CODE=123456 |
|
|
-D BLE_PIN_CODE=123456 |
|
|
; -D BLE_DEBUG_LOGGING=1 |
|
|
; -D BLE_DEBUG_LOGGING=1 |
|
|
-D OFFLINE_QUEUE_SIZE=128 |
|
|
-D OFFLINE_QUEUE_SIZE=128 |
|
|
|