dudedudedude
New member
I think it is a browser issue. I know the "back" used to work for all browsers. I have not tried to fix this yet.
I think the jquery version is not compatible with the latest chrome, explorer and safari.
I can't just use the latest jquery since it is not 100% compatible.
I'll see if I can find a way to get this to work again for all browsers.
Using firefox did the trick.
I have another problem now. I was able to load the sketch problem free for the past few weeks. Now all of the sudden I am getting these errors. I reinstalled arduino 1.65 and the libraries but can't get rid of these errors when I go to compile.
Code:
Arduino: 1.6.5 (Mac OS X), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
Chauvet16.ino: In function 'void setup()':
Chauvet16:137: error: 'initSensors' was not declared in this scope
Chauvet16.ino: In function 'void loop()':
Chauvet16:282: error: 'updateTemp' was not declared in this scope
Apex.ino: In function 'boolean apex_status_handler(TinyWebServer&)':
Apex:116: error: 'getTemp' was not declared in this scope
Apex.ino: In function 'boolean apex_status_json_handler(TinyWebServer&)':
Apex:370: error: 'getTemp' was not declared in this scope
Network.ino: In function 'void sendEmail()':
Network:289: error: 'getTemp' was not declared in this scope
Outlets.ino: In function 'void outletHandlerB()':
Outlets:172: error: 'checkTempISR' was not declared in this scope
Outlets:173: error: 'checkAlarm' was not declared in this scope
Utils.ino: In function 'boolean psensors()':
Utils:247: error: 'getTemp' was not declared in this scope
Utils.ino: In function 'void logSensors()':
Utils:477: error: 'getTemp' was not declared in this scope
Utils.ino: In function 'void logAlarm()':
Utils:538: error: 'getTemp' was not declared in this scope
'initSensors' was not declared in this scope