Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIFI_COUNTRY configuration key for country-specific Wi-Fi #22

Merged
merged 1 commit into from
Feb 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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_ */
Loading