surfskidude

Results 9 comments of surfskidude

Yes, I do understand that this is not an easy to implement feature. Thank you for the detailed response and for considering adding this feature request to your TODO list.

AdminLTE has changed so much that our AdminLTE readme file and build scripts can no longer be used.

I sent a Pull Request. Let me know if the changes are acceptable.

When I changed the code from the commented out to the current, things started working, and it reconnected on prolonged periods: ``` client.connect(MQTT_BROKER, MQTT_PORT, 60) #client.loop_start() client.loop_forever(retry_first_connection=True) #try: # while...

Someone should port the web UI to the following WebDAV ready engine: https://github.com/RealTimeLogic/BAS Then everything can be put into one C file and one could simply compile a complete ready...

> @surfskidude please remove the merge patch Another user asked me to merge, and I am no git expert. I have added you to the cloned repo. Please fix.

I tried your suggestion and it did not work. I also tried setting it to zero. However, after analyzing the sound, I noticed that it has a higher pitch in...

The server issue has been fixed; run the command again.

The Minnow Server is a WebSocket server, and you would need to learn how to design an SPA. My recommendation is to use an ESP32-S3 as the main CPU or...