broglep
broglep
First working version of input & volume support. Not the cleanest code, but does the job. Is implemented so that it should work with potential other variations of devices that...
### Hardware Not Applicable ### Connection Type HTTP ### Local or Hosted http://meshtastic.local ### Firmware Version - ### Description The web interface constantly performs new HTTP API calls even if...
The current heartbeat mechanism does not reliably allow to detect if the connection is still alive. It would good if the heartbeat would trigger a FromRadio response so that it...
The current approach of calling `sys.exit()` when a failure happens makes it impossible to use the library as part of an other project (e.g. home assistant integration) Workaround of monkey...