Hokyjack
Hokyjack
@Links2004 Thank you for your advices. I was able to to send whole firmware via 8kB chunks over WS and save it into file to SPIFFS. However, I am not...
I GOT IT WORKING!!, I love you @Links2004 for your help and directions! I can post here some code sample once I get it cleaned a bit. Few issues I...
hi, I turned on debug messages and this come out when failing last time update: ``` ... [WS][0][handleWebsocketWaitFor] size: 2 cWsRXsize: 0 [readCb] n: 2 t: 63190 [WS][0][handleWebsocketWaitFor][readCb] size: 2...
I tried to disable setConnectionLostTimeout completely (0), but still the same issue.
Lowering to 4K blocks failed just before the end (same issue), but setting to 2K chunks went OK as I just tried 3 times in a row. It's great, But...
Sharing my approach to WebSocket OTA update, the WebSocket client is just a small wrapper around the websocket class, the Operation is just an enumeration for int. Might help someone....
Oh, thanks for the answer, I'll try to write my own driver then
Hi, I had a simillar problem, one solution is to check for plt.show() in the script and before sending inject a function which will convert this resulting plot to for...
Oh dang it! I just typed 170 into the repo code search and noticed, I should had change the Universe Size to 510 as suggested 😄 Anyway, maybe it would...