Skip to content

Commit 7d1f522

Browse files
authored
Merge pull request meshcore-dev#1402 from recrof/v3-usb-contact-fix
fix: bump max contacts for heltec v3 companion usb
2 parents 23f1f2a + 1156567 commit 7d1f522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/heltec_v3/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ lib_deps =
323323
extends = Heltec_lora32_v3
324324
build_flags =
325325
${Heltec_lora32_v3.build_flags}
326-
-D MAX_CONTACTS=140
326+
-D MAX_CONTACTS=350
327327
-D MAX_GROUP_CHANNELS=40
328328
; NOTE: DO NOT ENABLE --> -D MESH_PACKET_LOGGING=1
329329
; NOTE: DO NOT ENABLE --> -D MESH_DEBUG=1

0 commit comments

Comments
 (0)