This commit is contained in:
tavo-wasd 2024-03-13 11:20:35 -06:00
parent 645b09c8c4
commit e257a46db3

View file

@ -15,5 +15,5 @@ static const Block blocks[] = {
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
static char delim[] = " ";
static char delim[] = " ";
static unsigned int delimLen = 15;