Webserver addition and TactilityC symbols (#451)
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# Web Server Settings
|
||||
# WiFi and HTTP server configuration
|
||||
|
||||
# WiFi Enable (0=disabled, 1=enabled)
|
||||
wifiEnabled=0
|
||||
|
||||
# WiFi Mode (0=Station/Client, 1=Access Point)
|
||||
wifiMode=0
|
||||
|
||||
# Access Point Mode Settings (create own WiFi network)
|
||||
# apSsid will be auto-generated as Tactility-XXXX if empty
|
||||
# apPassword will be auto-generated if empty or insecure (WPA2 requires 8-63 chars)
|
||||
# apOpenNetwork: if 1, create open network without password (ignores apPassword)
|
||||
apSsid=
|
||||
apPassword=
|
||||
apOpenNetwork=0
|
||||
apChannel=1
|
||||
|
||||
# Web Server Settings
|
||||
webServerEnabled=0
|
||||
webServerPort=80
|
||||
|
||||
# HTTP Basic Authentication (optional)
|
||||
# When auth is enabled with empty/insecure credentials, strong random credentials are auto-generated
|
||||
webServerAuthEnabled=0
|
||||
webServerUsername=
|
||||
webServerPassword=
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"version": 0
|
||||
}
|
||||
Reference in New Issue
Block a user