Skip to content

Commit

Permalink
MAX_ENTRIES 23 for WIFI_COUNTRY
Browse files Browse the repository at this point in the history
  • Loading branch information
nplanel committed Feb 9, 2024
1 parent 832a3a4 commit 11e2601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configurator/src/include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "screen.h"
#include "commands.h"

#define MAX_ENTRIES 22
#define MAX_ENTRIES 23
#define MAX_KEY_LENGTH 20
#define MAX_STRING_VALUE_LENGTH 64

Expand Down Expand Up @@ -73,4 +73,4 @@ __uint16_t is_delay_option_enabled();
__uint16_t toggle_delay_option(void);
void init_config();

#endif /* CONFIG_H_ */
#endif /* CONFIG_H_ */

0 comments on commit 11e2601

Please sign in to comment.