Added config files
This commit is contained in:
parent
0a874a1a27
commit
e77e879027
12
sdCard_content/CONFIG/AP.CFG
Normal file
12
sdCard_content/CONFIG/AP.CFG
Normal file
@ -0,0 +1,12 @@
|
||||
#This config file stores the configuration needed to set the AP
|
||||
#up for the ESP8266SwissArmyBoad
|
||||
#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
|
||||
|
||||
ENABLED : 'true'
|
||||
SSID : 'The AP ssid you want to put here'
|
||||
PASSWORD : 'Here is the password for this AP'
|
||||
CHANNEL : 9
|
||||
SSID_HIDDEN : 'false'
|
||||
AP_MAX_CONNECTION : 8
|
8
sdCard_content/CONFIG/STA.CFG
Normal file
8
sdCard_content/CONFIG/STA.CFG
Normal file
@ -0,0 +1,8 @@
|
||||
#This config file stores the configuration needed to connect the board
|
||||
#to a wifi hotspot
|
||||
#If this file is not present or if there is an error at parsing time
|
||||
#only the AP functionality will be enabled
|
||||
|
||||
ENABLED : 'true'
|
||||
SSID : 'Your Wifi Router SSID'
|
||||
PASSWORD : 'Your password'
|
Loading…
Reference in New Issue
Block a user