diff options
Diffstat (limited to 'main/config.h')
| -rw-r--r-- | main/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/config.h b/main/config.h index b8a3136..173019b 100644 --- a/main/config.h +++ b/main/config.h | |||
| @@ -62,6 +62,8 @@ typedef struct { | |||
| 62 | 62 | ||
| 63 | payout_config_t payout; | 63 | payout_config_t payout; |
| 64 | 64 | ||
| 65 | wifi_auth_mode_t wifi_auth_threshold; | ||
| 66 | |||
| 65 | bool cvm_enabled; | 67 | bool cvm_enabled; |
| 66 | char cvm_relays[256]; | 68 | char cvm_relays[256]; |
| 67 | } tollgate_config_t; | 69 | } tollgate_config_t; |