Danilo Bargen
                                            Danilo Bargen
                                        
                                    Actually I'd link to the docs from the README file. There's no advantage in keeping the information in two places and always having to sync the docs and the README....
Setting up automated builds of the docs through Readthedocs, triggered by successful tests :) Once we have always-up-to-date docs, we can link to them from the README and remove the...
@lgrahl still interested in this?
(Also, thanks a lot for forking and maintaining! This PR is based on my MR here: https://gitlab.com/susurrus/serialport-rs/-/merge_requests/76)
> What about supporting both, the 0.2 and the latest alpha of 1.0? This will allow using the stable embedded-hal traits by now and allows playing with the upcoming ones....
> Well, then you cannot use that feature independently of a driver :) Works for me, but idk for others :) We could control this via cargo feature in the...
As a quick-and-dirty workaround to enable the 5V and 5V_KEY output pins, this should do, right? ```diff diff --git a/firmware/src/main.rs b/firmware/src/main.rs index 8c3c8d1..822a9b9 100644 --- a/firmware/src/main.rs +++ b/firmware/src/main.rs @@ -70,6...
> Did you find a way to do it? No, I started using [watchtower](https://hub.docker.com/r/containrrr/watchtower) instead 😄
Do you already have a concrete use case for this?
Is WebRTC group communication something that's already being done?