mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-07-28 14:47:02 -07:00
Increased name length to 17
This commit is contained in:
@@ -11,7 +11,7 @@ extern "C" {
|
||||
#include "SimpleList.h"
|
||||
|
||||
#define NAME_LIST_SIZE 25
|
||||
#define NAME_MAX_LENGTH 16
|
||||
#define NAME_MAX_LENGTH 17
|
||||
|
||||
extern void checkFile(String path, String data);
|
||||
extern JsonVariant parseJSONFile(String path, DynamicJsonBuffer& jsonBuffer);
|
||||
|
||||
Reference in New Issue
Block a user