Mise à jour de 'sdCard_content/CONFIG/AP.CFG'

This commit is contained in:
Th3maz1ng 2022-04-24 13:36:57 +02:00
parent 898a5a1c66
commit 511dcbbfd8

View File

@ -1,5 +1,5 @@
#This config file stores the configuration needed to set the AP #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 #If this file is not present or if there is an error at parsing time
#default values will be used instead. #default values will be used instead.
#If the password is an empty string aka '', the network will be open #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' SSID : 'The AP ssid you want to put here'
PASSWORD : 'Here is the password for this AP' PASSWORD : 'Here is the password for this AP'
CHANNEL : 9 CHANNEL : 9
SSID_HIDDEN : 'false' HIDE_SSID : 'false'
AP_MAX_CONNECTION : 8 AP_MAX_CONNECTION : 8