Skip to content

Commit 633c979

Browse files
authored
Merge pull request #3657 from softins/increase-max-len-version
Increase accepted length of version string
2 parents 72e856a + 2779d3d commit 633c979

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/global.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ LED bar: lbr
270270
#define MAX_LEN_SERVER_NAME 20
271271
#define MAX_LEN_IP_ADDRESS 15
272272
#define MAX_LEN_SERVER_CITY 20
273-
#define MAX_LEN_VERSION_TEXT 30
273+
#define MAX_LEN_VERSION_TEXT 50
274274

275275
// define Settings tab indexes
276276
#define SETTING_TAB_USER 0

0 commit comments

Comments
 (0)