Browse Source
Merge pull request #1402 from recrof/v3-usb-contact-fix
fix: bump max contacts for heltec v3 companion usb
pull/1415/head
Liam Cottle
5 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
|
|
@ -323,7 +323,7 @@ lib_deps = |
|
|
extends = Heltec_lora32_v3 |
|
|
extends = Heltec_lora32_v3 |
|
|
build_flags = |
|
|
build_flags = |
|
|
${Heltec_lora32_v3.build_flags} |
|
|
${Heltec_lora32_v3.build_flags} |
|
|
-D MAX_CONTACTS=140 |
|
|
-D MAX_CONTACTS=350 |
|
|
-D MAX_GROUP_CHANNELS=40 |
|
|
-D MAX_GROUP_CHANNELS=40 |
|
|
; NOTE: DO NOT ENABLE --> -D MESH_PACKET_LOGGING=1 |
|
|
; NOTE: DO NOT ENABLE --> -D MESH_PACKET_LOGGING=1 |
|
|
; NOTE: DO NOT ENABLE --> -D MESH_DEBUG=1 |
|
|
; NOTE: DO NOT ENABLE --> -D MESH_DEBUG=1 |
|
|
|