Browse Source
Merge pull request #756 from oltaco/correct-max-contacts-channels
Set correct new MAX_CONTACTS and MAX_GROUP_CHANNELS for some NRF devices
pull/761/head
ripplebiz
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
10 additions and
10 deletions
-
variants/heltec_t114/platformio.ini
-
variants/lilygo_techo/platformio.ini
-
variants/mesh_pocket/platformio.ini
|
|
|
@ -161,8 +161,8 @@ extends = Heltec_t114_with_display |
|
|
|
build_flags = |
|
|
|
${Heltec_t114_with_display.build_flags} |
|
|
|
-I examples/companion_radio/ui-new |
|
|
|
-D MAX_CONTACTS=100 |
|
|
|
-D MAX_GROUP_CHANNELS=8 |
|
|
|
-D MAX_CONTACTS=350 |
|
|
|
-D MAX_GROUP_CHANNELS=40 |
|
|
|
-D BLE_PIN_CODE=123456 |
|
|
|
; -D BLE_DEBUG_LOGGING=1 |
|
|
|
-D OFFLINE_QUEUE_SIZE=256 |
|
|
|
@ -181,8 +181,8 @@ extends = Heltec_t114_with_display |
|
|
|
build_flags = |
|
|
|
${Heltec_t114_with_display.build_flags} |
|
|
|
-I examples/companion_radio/ui-new |
|
|
|
-D MAX_CONTACTS=100 |
|
|
|
-D MAX_GROUP_CHANNELS=8 |
|
|
|
-D MAX_CONTACTS=350 |
|
|
|
-D MAX_GROUP_CHANNELS=40 |
|
|
|
; -D BLE_PIN_CODE=123456 |
|
|
|
; -D BLE_DEBUG_LOGGING=1 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
|
|
|
|
@ -105,8 +105,8 @@ build_flags = |
|
|
|
${LilyGo_T-Echo.build_flags} |
|
|
|
-I src/helpers/ui |
|
|
|
-I examples/companion_radio/ui-new |
|
|
|
-D MAX_CONTACTS=100 |
|
|
|
-D MAX_GROUP_CHANNELS=8 |
|
|
|
-D MAX_CONTACTS=350 |
|
|
|
-D MAX_GROUP_CHANNELS=40 |
|
|
|
-D OFFLINE_QUEUE_SIZE=256 |
|
|
|
-D UI_RECENT_LIST_SIZE=9 |
|
|
|
-D AUTO_SHUTDOWN_MILLIVOLTS=3300 |
|
|
|
|
|
|
|
@ -70,8 +70,8 @@ extends = Mesh_pocket |
|
|
|
build_flags = |
|
|
|
${Mesh_pocket.build_flags} |
|
|
|
-I examples/companion_radio/ui-new |
|
|
|
-D MAX_CONTACTS=100 |
|
|
|
-D MAX_GROUP_CHANNELS=8 |
|
|
|
-D MAX_CONTACTS=350 |
|
|
|
-D MAX_GROUP_CHANNELS=40 |
|
|
|
-D BLE_PIN_CODE=123456 |
|
|
|
-D OFFLINE_QUEUE_SIZE=256 |
|
|
|
-D AUTO_OFF_MILLIS=0 |
|
|
|
@ -92,8 +92,8 @@ extends = Mesh_pocket |
|
|
|
build_flags = |
|
|
|
${Mesh_pocket.build_flags} |
|
|
|
-I examples/companion_radio/ui-new |
|
|
|
-D MAX_CONTACTS=100 |
|
|
|
-D MAX_GROUP_CHANNELS=8 |
|
|
|
-D MAX_CONTACTS=350 |
|
|
|
-D MAX_GROUP_CHANNELS=40 |
|
|
|
-D AUTO_OFF_MILLIS=0 |
|
|
|
; -D BLE_PIN_CODE=123456 |
|
|
|
; -D BLE_DEBUG_LOGGING=1 |
|
|
|
|