Browse Source
Merge pull request #1833 from olanwe/set-wifi-offline-queue-sizes
Set OFFLINE_QUEUE_SIZE=256 for missing WiFi companion environments
pull/1909/merge
Liam Cottle
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
3 additions and
0 deletions
-
variants/heltec_v4/platformio.ini
-
variants/lilygo_tbeam_1w/platformio.ini
|
|
@ -207,6 +207,7 @@ build_flags = |
|
|
-I examples/companion_radio/ui-new |
|
|
-I examples/companion_radio/ui-new |
|
|
-D MAX_CONTACTS=350 |
|
|
-D MAX_CONTACTS=350 |
|
|
-D MAX_GROUP_CHANNELS=40 |
|
|
-D MAX_GROUP_CHANNELS=40 |
|
|
|
|
|
-D OFFLINE_QUEUE_SIZE=256 |
|
|
-D DISPLAY_CLASS=SSD1306Display |
|
|
-D DISPLAY_CLASS=SSD1306Display |
|
|
-D WIFI_DEBUG_LOGGING=1 |
|
|
-D WIFI_DEBUG_LOGGING=1 |
|
|
-D WIFI_SSID='"myssid"' |
|
|
-D WIFI_SSID='"myssid"' |
|
|
@ -370,6 +371,7 @@ build_flags = |
|
|
-I examples/companion_radio/ui-new |
|
|
-I examples/companion_radio/ui-new |
|
|
-D MAX_CONTACTS=350 |
|
|
-D MAX_CONTACTS=350 |
|
|
-D MAX_GROUP_CHANNELS=40 |
|
|
-D MAX_GROUP_CHANNELS=40 |
|
|
|
|
|
-D OFFLINE_QUEUE_SIZE=256 |
|
|
-D DISPLAY_CLASS=ST7789LCDDisplay |
|
|
-D DISPLAY_CLASS=ST7789LCDDisplay |
|
|
-D WIFI_DEBUG_LOGGING=1 |
|
|
-D WIFI_DEBUG_LOGGING=1 |
|
|
-D WIFI_SSID='"myssid"' |
|
|
-D WIFI_SSID='"myssid"' |
|
|
|
|
|
@ -154,6 +154,7 @@ build_flags = |
|
|
-I examples/companion_radio/ui-new |
|
|
-I examples/companion_radio/ui-new |
|
|
-D MAX_CONTACTS=350 |
|
|
-D MAX_CONTACTS=350 |
|
|
-D MAX_GROUP_CHANNELS=40 |
|
|
-D MAX_GROUP_CHANNELS=40 |
|
|
|
|
|
-D OFFLINE_QUEUE_SIZE=256 |
|
|
-D WIFI_DEBUG_LOGGING=1 |
|
|
-D WIFI_DEBUG_LOGGING=1 |
|
|
-D WIFI_SSID='"myssid"' |
|
|
-D WIFI_SSID='"myssid"' |
|
|
-D WIFI_PWD='"mypwd"' |
|
|
-D WIFI_PWD='"mypwd"' |
|
|
|