Max Prokhorov

Results 502 comments of Max Prokhorov

> ESPurna 1.14.2-dev firmware. Have you tried updating to the current version from the dev branch? Can't reproduce this issue.

Does it work after removing these 3 lines? https://github.com/xoseperez/espurna/blob/0f11b662a1221bfd328706775796e4495563367b/code/espurna/rfbridge.cpp#L417-L419

As noted in the comments above, it seems that the issue is because of Arduino Core briefly changing relay pin mode from output to input, turning GPIO state to 1...

I need to finish this . Either as strictly json api or current combined form-data / json One thing i noticed about arduinojson - some class implementing Print can be...

Hey, thanks, glad to hear it :) This just needs a small rebase to be able to run with refactored API (373fc535452a5e91b8fb81954d58c471eede3724). I see that the PR adds some code...

But does this mean to stuff all of the data from ws callbacks into a single endpoint? Any way to just use ws directly if that's the case? It already...

Resulting JSON is big though. Async server is a bit weird here, because the general approach is to just dump serialized JSON string in a separate buffer (JsonBuffer keeps data...

Re: > I do see a solution though, but I am a bit worried that we stretch ESP8266 threading model again :> AsyncWebServer stuff can periodically poll some buffers for...

Couple of notes: - how exactly BlynkSimpleStream.h gets installed? can pio download it? - no need to add gz, gz.h, they will be rebuilt outside pr - looks like package-lock.json...

Yes, they are included, but as you can see — merging is not possible :) They will be generated anyways, no need to add them here. Also, would it make...