Made GetConfigBlock0Source string buf larger to acomodate ASCII color escape expansion
This commit is contained in:
@@ -2807,7 +2807,7 @@ char *GetModelStrFromCID(uint32_t cid) {
|
||||
|
||||
char *GetConfigBlock0Source(uint8_t id) {
|
||||
|
||||
static char buf[20];
|
||||
static char buf[40];
|
||||
char *retStr = buf;
|
||||
|
||||
switch (id) {
|
||||
|
||||
Reference in New Issue
Block a user