set companion radios with esp32c3 esp32c6 and esp32s3 boards to max 300 contacts

This commit is contained in:
recrof 2025-08-31 14:27:44 +02:00
parent d4856a5275
commit 50cab44473
16 changed files with 33 additions and 98 deletions

View file

@ -43,7 +43,7 @@ build_flags =
-D ARDUINO_USB_CDC_ON_BOOT=1 ; need for Serial
-D DISPLAY_ROTATION=1
-D DISPLAY_CLASS=ST7735Display
-D MAX_CONTACTS=100
-D MAX_CONTACTS=300
-D MAX_GROUP_CHANNELS=8
-D BLE_PIN_CODE=123456 ; HWT will use display for pin
-D OFFLINE_QUEUE_SIZE=256