Increase DEF_COMZONEMEGS

This commit is contained in:
Tim Angus 2025-11-11 13:13:50 +00:00
parent 38c4180740
commit 7003c9deec

View File

@ -39,7 +39,7 @@ int demo_protocols[] =
#define MIN_DEDICATED_COMHUNKMEGS 1
#define DEF_COMHUNKMEGS 128
#define MIN_COMHUNKMEGS DEF_COMHUNKMEGS
#define DEF_COMZONEMEGS 24
#define DEF_COMZONEMEGS 48
#define DEF_COMHUNKMEGS_S XSTRING(DEF_COMHUNKMEGS)
#define DEF_COMZONEMEGS_S XSTRING(DEF_COMZONEMEGS)