Skip to content

Commit 33e0cd2

Browse files
author
Spacehuhn
committed
Increased name length to 17
1 parent 85b37e7 commit 33e0cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp8266_deauther/Names.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extern "C" {
1111
#include "SimpleList.h"
1212

1313
#define NAME_LIST_SIZE 25
14-
#define NAME_MAX_LENGTH 16
14+
#define NAME_MAX_LENGTH 17
1515

1616
extern void checkFile(String path, String data);
1717
extern JsonVariant parseJSONFile(String path, DynamicJsonBuffer& jsonBuffer);

0 commit comments

Comments
 (0)