Eric Trombly
Eric Trombly
The chip select is the same as device in the rfm69 init: class RFM69(object): def __init__(self, freqBand, nodeID, networkID, isRFM69HW = False, intPin = 18, rstPin = 29, spiBus =...
I like adding the timeout to sending, would want it to be configurable though. What is the difference with this mode? I'd want to change the name of init to...
the sleep timeout is hard coded to 1 second. ` if slept > 1.0: ` I think it could be useful, maybe call it wakeMode, or something along those lines....
It looks good, sorry for the huge delay on this. I started a new job and ended up forgetting about it.
Yes, thank you
Yes, I never got around to making an installer for it. I'll work on one, may take me a little bit because I'm working on other stuff now.
Eventually, yes. I primarily use relm, so I wasn't going to look into it into relm supports gtk4. I just looked quick and didn't see a mingw64-gtk4 package for fedora,...
just searched and the packages aren't in fedora yet. I'll keep an eye out.
I actually haven't run into any case issues before. You can turn on case insensitive support for ext4 if you have a recent kernel. Here's instructions on setting it up...
I think this would be good. From looking at the docs you should be able to pull the image from dockerhub or build it directly with podman. Is there any...