marcoschwartz
marcoschwartz
Hello, the hanging after some requests is unfortunately a bug of the ESP8266 HTTP server, I've been asking for a while for it to be solved but it's still there...
Hi, you are definitely doing it the right way! I think one of the recent pull request solved this issue, do you still have the problem?
Hi again, I was diving into this and couldn't reproduce the issue (maybe some problem with VSCode?). Here is the JSON output from an ESP8266 (ESP32 is the same) with...
@blackieBlack I am not sure I fully understand, you want quotes also around Booleans like true? According to the JSON specification there should not be: http://ubjson.org/type-reference/value-types/#boolean
Hi, I will have to check that, but I guess it's not coming from the plan. Have you tried sending only one variable at a time?
Hi, Happy to hear it's working! I am aware of the Ethernet library, still trying to make it work inside the code for all cases without breaking changes for people...
Hello Arnaud! That seems like an interesting device :) Basically we had a similar issue with the Wemo ESP8266 boards, which have pins different than the reference for the ESP8266....
Hi, basically there is just the aREST.h file where all the code is defined :) You can have a look there for my example with the Wemos. Setting this as...
That's a tricky one actually, usually you will find it inside the library that comes with the board. Do you have maybe some file I could look at ?
Hello, can you check this one? I made some fixes recently and it doesn't merge anymore. Thanks!