diff --git a/sdCard_content/CONFIG/AP.CFG b/sdCard_content/CONFIG/AP.CFG index 2d0e159..609aee9 100644 --- a/sdCard_content/CONFIG/AP.CFG +++ b/sdCard_content/CONFIG/AP.CFG @@ -1,5 +1,5 @@ #This config file stores the configuration needed to set the AP -#up for the ESP8266SwissArmyBoad +#up for the ESP8266SwissArmyBoard #If this file is not present or if there is an error at parsing time #default values will be used instead. #If the password is an empty string aka '', the network will be open @@ -9,5 +9,5 @@ ENABLED : 'true' SSID : 'The AP ssid you want to put here' PASSWORD : 'Here is the password for this AP' CHANNEL : 9 -SSID_HIDDEN : 'false' +HIDE_SSID : 'false' AP_MAX_CONNECTION : 8