Skip to content

Commit

Permalink
Fix buf size
Browse files Browse the repository at this point in the history
  • Loading branch information
realA10001986 authored Oct 26, 2024
1 parent 142fa95 commit d568e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timecircuits-A10001986/tc_menus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2069,7 +2069,7 @@ static void displayClient(int numCli, int number)
uint8_t *ip;
char *id;
uint8_t type;
char idbuf[12];
char idbuf[16];
const char *tpArr[6] = { "[FLUX]", "[SID]", "[GAUGES]", "[VSR]", "[AUX]", "[REMOTE]" };

if(!numCli) {
Expand Down

0 comments on commit d568e54

Please sign in to comment.