marcoschwartz
marcoschwartz
Indeed, that's a bug, well catched :)
For the second issue, it's because you need to use params= (with an s) :)
I think this is basically because once the IDE detects the ESP8266, it automatically switches to the WiFi connection. I'll need to add an option to allow using two aREST...
Really interesting indeed! Marking that as a feature request :)
Hello, In order to help you better, can you tell me: - if you are accessing your boards locally/via the cloud server (normal/pro)? - which board you are using? -...
Guess that's the typical bug from the ESP8266 WiFi server object when it receives too much requests, I opened an issue a while ago on the ESP8266 Arduino repo. If...
Hi, thanks! What I'll do is make sure that your client synchronise in some way (I am using the ajaxq library to do that inside a given app). I never...
Hi DrBomb, can you explain more what are the enhancements that the uIP library brings ?
Hey! I'll have to modify aREST for that :) May I ask why the standard ESP WiFi library is not ok for you?
First, thanks for noticing, it's back up :) You mean you would like the check operation to be non blocking ?