outdoorbits

Results 8 comments of outdoorbits

Hi, I just installed your fork again. To be honest, I didn't understand all the changes. What's the benefit? On your github-pages I found an android/iOS-App for lbb. Interesting! Is...

Thank you for your huge contribute! Please let me take some time to understand all that.

Hi, sorry, I just do not understand the advantage yet. Your code looks elegant, of course. But the changes of the web UI do not look very clean to me:...

What's the system type of your destination device? Have you tried to use ext4 Linux filesystem?

I just tested [gpiozero](https://gpiozero.readthedocs.io/en/latest/) as an alternative to RPi.GPIO for my project [little-backup-box](https://github.com/outdoorbits/little-backup-box) for the Raspberry Pi 4 and 5. This works for me on both the old and new...

You are welcome. I installed gpiozero by apt as mentioned at https://gpiozero.readthedocs.io/en/latest/installing.html

The decision seems to have been made to replace RPi.GPIO with lgpio. In my tests, this has worked without any problems so far. However, I would like to point out...

It's just because you have to remove RPi.GPIO and this looks like a bigger change to the system than keeping such a central package untouched. For me both solutions are...