Skip to content

Commit

Permalink
WIFI_COUNTRY configuration key for country-specific Wi-Fi
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoparrilla authored Feb 15, 2024
2 parents 832a3a4 + 11e2601 commit cbcc135
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 cbcc135

Please sign in to comment.