Splitted JS part of the HTML files

This commit is contained in:
N0vaPixel
2017-03-12 23:31:16 +01:00
parent 038fe10b21
commit 6a52e70ea7
22 changed files with 1075 additions and 1036 deletions

View File

@@ -17,7 +17,7 @@ void Settings::load(){
ssidHidden = (bool)EEPROM.read(ssidHiddenAdr);
if((int)EEPROM.read(apChannelAdr) >= 1 && (int)EEPROM.read(apChannelAdr) <= 11){
if((int)EEPROM.read(apChannelAdr) >= 1 && (int)EEPROM.read(apChannelAdr) <= 14){
apChannel = (int)EEPROM.read(apChannelAdr);
} else {
apChannel = 1;