n21, n23: increase buffer size to 32 (otherwise value messages might not fit).

This commit is contained in:
Martin Preuss
2025-05-04 03:38:09 +02:00
parent 827497bb5e
commit 9f663b0ed9
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@
; generic
.equ NET_BUFFERS_NUM = 6
.equ NET_BUFFERS_SIZE = 28
.equ NET_BUFFERS_SIZE = 32
.equ PROGRAM_SENSOR_INTERVAL_SECS = 60
.equ PROGRAM_STATS_INTERVAL_MINS = 10

View File

@@ -45,7 +45,7 @@
; generic
.equ NET_BUFFERS_NUM = 6
.equ NET_BUFFERS_SIZE = 28
.equ NET_BUFFERS_SIZE = 32
.equ PROGRAM_SENSOR_INTERVAL_SECS = 60
.equ PROGRAM_STATS_INTERVAL_MINS = 10