Added config files

This commit is contained in:
anschrammh 2019-10-12 14:31:07 +02:00
parent 0a874a1a27
commit e77e879027
2 changed files with 20 additions and 0 deletions

View 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

View 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'