diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-23 17:33:51 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-28 11:04:13 +0200 |
commit | f8a2b88692e21d46799738c13d4d12cfa95b4152 (patch) | |
tree | 326d8674c8daadfdd29f36e0110cfed58be876dd /global-functions.rsc | |
parent | 5ba34c819a93e27b0eb4c56e25435fe522e16ee3 (diff) |
hotspot-to-wpa: support non-local userschange-102
This has some limitations, though: The password is not known and
additional configuration can not be given in user's comment.
Diffstat (limited to 'global-functions.rsc')
-rw-r--r-- | global-functions.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc index 1f1cfa1..0378775 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local 0 "global-functions"; # expected configuration version -:global ExpectedConfigVersion 101; +:global ExpectedConfigVersion 102; # global variables not to be changed by user :global GlobalFunctionsReady false; |