reduce dram0_0 usage by lowering OFFLINE_QUEUE_SIZE

some older ESP32 boards were pushing the limits of the dram segment causing the linker to fail, especially for ble and wifi firmwares.

lowering OFFLINE_QUEUE_SIZE reduces dram usage
This commit is contained in:
taco
2026-05-08 00:40:33 +10:00
parent 0800f8d677
commit b612ba49f2
5 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ build_flags =
-D MAX_CONTACTS=160
-D MAX_GROUP_CHANNELS=8
-D BLE_PIN_CODE=123456
-D OFFLINE_QUEUE_SIZE=256
-D OFFLINE_QUEUE_SIZE=128
; -D BLE_DEBUG_LOGGING=1
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1