You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has been reported (And I believe I've seen it myself) that often the webpage on the ichip module won't work quite properly. It won't load all tabs. It will sometimes get better, or at least different, upon upload of the web pages again. Reloading sometimes changes which tabs work.
The text was updated successfully, but these errors were encountered:
Noticed this behaviour too. I strongly believe it was caused by two reasons:
ichip crashes: part of the pages were cached and the rest was just no longer served by ichip. This is remedied by a watch-dog (ArduinoDue branch)
invalid JSON: if variables are not properly initialized on ichip, this may lead to string-content in a numeric json field. Usually in the JS console of the browser you'll then notice a error message about invalid json data.
I invested a lot to get rid of these problems too (see todays pull request)
It has been reported (And I believe I've seen it myself) that often the webpage on the ichip module won't work quite properly. It won't load all tabs. It will sometimes get better, or at least different, upon upload of the web pages again. Reloading sometimes changes which tabs work.
The text was updated successfully, but these errors were encountered: