sameh.hady
Member since May 2015 • Last active Aug 2016Most recent activity
-
I've build the latest Espruino code base, but this time it seems taking muuuch time to upload the sketch( 10 times slower ) and then it gives me out of memory while uploading.
I've tried to copy the mqtt module inline and was able to upload it but then it gave me error wifi not defined
Uncaught ReferenceError: "wifi" is not defined at line 1 col 5 wifi.connect
-
-
-
-
Since i found that its not possible to override main WebSocket object, and since there is no way to establish simple tcp connection with html5. Another solution would be using java applet to form the tcp connection and modify its header to form a websocket client with static headers. I think this one would be possible
-
-
if the exception is related to the ws server then yes you will need to instantiate the server again, if it is not related then everything should be fine.
Question is, why would the ws server crash? this shouldn't happen unless you have an issue in the code. So i recommend you find and fix than just catch
-
@Gordon I've used to directly use the generated bins done by nkolban, Yes this was my first time to build from latest source code and flash it to my ESP