David Rathbone
David Rathbone
# Temporary solution It seems you can't swap that task runner status icon. The only solution is to disable it. Please run the "build" task, right-click on the status bar,...
The code does not perform any CRC check on the bin file downloaded from the server? The rest of the error handling is just serial print statements as place holders...
This code is no longer supported by ESP-IDF ver 4.xx as Espressif have moved to a CMAKE structure. Is it possible you could update the build?
Hi Beniot, Many thanks for your hard work on Arduino Json and this stream utils. I am using your software in a ESP32 IDF only application. It works fine and...
I know it free, but having written 1000's of applictions myself. Your code has to be "hacked" rather than used. I guess only the developers know how to use it...
var el=document.getElementById('dial_1'); var dial = JogDial(el, {debug: true}); dial.angle(45); // This will change the JogDial degree to 45. Above does not work. I need an array for example... var el=document.getElementById('dial_'...