Thomas Friedrichsmeier

Results 31 comments of Thomas Friedrichsmeier

That's definitely something that should go into the library, but it will be best not to rely on my plans for it. AFAICS, the BearSSL::ESP8266WebServerSecure is modeled to be a...

Same as #14 (and sorry for still not having an official solution). Changing onChange to onInput on this line: https://github.com/tfry-git/EmbAJAX/blob/98cfc9b6f182df4e868b2cb21e75b4c89eb1f641/EmbAJAX.cpp#L248 should work as a quick-and-dirty solution.

For what it's worth, if the issue is that you get more noise than sound, it could be the bit order. To get my PT8211 to work, I had to...

Note: build log showing the going-ons at https://binary-factory.kde.org/view/AppImage/job/RKWard_Nightly_appimage-centos7/30/execution/node/28/log/?consoleFull Some relevant excerpts: ``` 17:47:03 executing command: /home/appimage/Craft/BinaryFactory/linux-64-gcc/dev-utils/bin/linuxdeploy-x86_64.AppImage --appdir /home/appimage/Craft/BinaryFactory/linux-64-gcc/build/extragear/rkward/archive --plugin=qt --output=appimage --desktop-file /home/appimage/Craft/BinaryFactory/linux-64-gcc/build/extragear/rkward/archive/usr/share/applications/org.kde.rkward.desktop 17:47:03 linuxdeploy version 1-alpha (git commit ID 4677fd9),...

It would also help to have (a lot) more spacing between the two buttons. E.g. avoided on the left, done on the right of the label, or something. The main...

Abandoning for now.

Hi, I have no first-hand experience with uPlot. However, you can interface with arbitrary client side (HTML/JS) code using ```EmbAJAXScriptedSpan```. I hope you'll find the documentation sufficient (I never got...

Hi! Sorry for the long delay. This is definitely possible, but somewhat out of scope for EmbAJAX itself. Note that EmbAJAX itself utilizes the whatever webserver implementation is available for...