Browse Source
Merge pull request #706 from recrof/patch-5
fixed max_contacts to 300 for heltec v3 companion_ble
pull/736/head
ripplebiz
9 months 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/heltec_v3/platformio.ini
|
|
|
@ -106,7 +106,7 @@ extends = Heltec_lora32_v3 |
|
|
|
build_flags = |
|
|
|
${Heltec_lora32_v3.build_flags} |
|
|
|
-I examples/companion_radio/ui-new |
|
|
|
-D MAX_CONTACTS=160 |
|
|
|
-D MAX_CONTACTS=300 |
|
|
|
-D MAX_GROUP_CHANNELS=8 |
|
|
|
-D DISPLAY_CLASS=SSD1306Display |
|
|
|
-D BLE_PIN_CODE=123456 ; dynamic, random PIN |
|
|
|
|