Skip to content

Commit 2dcf03f

Browse files
Increase maximum str length to 96 bytes
1 parent 966bf99 commit 2dcf03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/displayMessageStruct.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ struct displayMessage
1414
TEMPERATURE_HISTORY,
1515
};
1616
type type;
17-
char str[50];
17+
char str[96];
1818
size_t sizeVal = 0;
1919
float floatVal = 0;
2020
};

0 commit comments

Comments
 (0)