File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ $INCLUDE[header.inc]$
6
6
<div class =" form-group $AP_SSID_STATUS$" >
7
7
<label class =" control-label" for =" CONFIG1" >SSID: </label ><br >
8
8
<input type =" text" class =" form-control" id =" CONFIG1" name =" SSID" placeholder =" SSID (8~32)" max =" 32" value =" $AP_SSID$" style =" width : auto ;" ></div >
9
- <div class =" form-group $AP_PASSWORD_STATUS$" ><label class =" control-label" for =" CONFIG2" >Password :</label ><br >
9
+ <div class =" form-group $AP_PASSWORD_STATUS$" ><label class =" control-label" for =" CONFIG2" >Password:</label ><br >
10
10
<input type =" password" class =" form-control" id =" CONFIG2" name =" PASSWORD" placeholder =" Password (0~64)" max =" 64" value =" $AP_PASSWORD$" style =" width : auto ;" ></div >
11
11
<div class =" checkbox $IS_SSID_VISIBLE_STATUS$" ><label class =" control-label" ><input type =" checkbox" name =" SSID_VISIBLE" $IS_SSID_VISIBLE$ >Visible</label ></div >
12
12
<div class =" form-group $NETWORK_OPTION_LIST_STATUS$" ><label class =" control-label" for =" CONFIG3" >Network: </label ><br >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ $INCLUDE[header.inc]$
12
12
</DIV >
13
13
<div class =" form-group $STA_SSID_STATUS$" ><label class =" control-label" for =" CONFIG1" >SSID: </label ><br >
14
14
<input type =" text" class =" form-control" id =" CONFIG1" name =" SSID" placeholder =" SSID (8~32)" value =" $STA_SSID$" max =" 32" style =" width : auto ;" ></div >
15
- <div class =" form-group $STA_PASSWORD_STATUS$" ><label class =" control-label" for =" CONFIG2" >Password :</label ><br >
15
+ <div class =" form-group $STA_PASSWORD_STATUS$" ><label class =" control-label" for =" CONFIG2" >Password:</label ><br >
16
16
<input type =" password" class =" form-control" id =" CONFIG2" name =" PASSWORD" placeholder =" Password (0~64)" max =" 64" value =" $STA_PASSWORD$" style =" width : auto ;" ></div >
17
17
<div class =" form-group $HOSTNAME_STATUS$" ><label class =" control-label" for =" CONFIG7" >Hostname: </label ><br >
18
18
<input type =" text" class =" form-control" id =" CONFIG7" name =" HOSTNAME" placeholder =" Hostname (1~32)" value =" $HOSTNAME$" max =" 32" style =" width : auto ;" ></div >
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ content +="</div></TD><td></td></TR>";
73
73
}
74
74
document.getElementById(' file_list' ).innerHTML= content;}
75
75
function Delete(filename){
76
- if (confirm(" Confirm deletion of :" + filename))SendCommand(" delete" ,filename);
76
+ if (confirm(" Confirm deletion of:" + filename))SendCommand(" delete" ,filename);
77
77
}
78
78
function SendCommand(action,filename){
79
79
var xmlhttp = new XMLHttpRequest();
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ WiFiServer * data_server;
56
56
WiFiClient serverClients[MAX_SRV_CLIENTS];
57
57
58
58
void setup () {
59
- // init :
59
+ // init:
60
60
web_interface = NULL ;
61
61
data_server = NULL ;
62
62
// ESP.wdtDisable();
@@ -86,7 +86,7 @@ void setup() {
86
86
// update EEPROM with default settings
87
87
Serial.begin (9600 );
88
88
delay (2000 );
89
- Serial.println (" M117 Reset requested " );
89
+ Serial.println (F ( " M117 ESP EEPROM reset " ) );
90
90
CONFIG::reset_config ();
91
91
delay (1000 );
92
92
// put some default value to a void some exception at first start
You can’t perform that action at this time.
0 commit comments