bob mcgrath
bob mcgrath
This is a pretty old thread, but I will add that I solved the problem by running $ sudo service motion start $ sudo service motion stop I am sure...
I'm having the same issue
I just deleted the tls part of the config file. I think the error might have something to do with having a valid CNAME? I don't know a lot about...
Hey @Jorgeuri did you get anywhere with uuu? I'm trying to do that now. Also if you put an image on an sd card that has uboot with fastboot, you...
It's a bit of a hack, but if there is a better way to do it, I would like to know. ``` def click_command(self, marker): marker.delete() lat=marker.position[0] lon=marker.position[1] self.marker_list.append(self.map_widget.set_marker(lat, lon,...
Right. This is what I was referencing also. "There is internal 90K Ohm pull down resistor on the IOs to avoid excessive current through the resistive voltage" this is enabled...
We're getting somewhere. If I understand correctly the OFFSET defines the location of the bits that would be set, but does not set them.
Could it be set somewhere in [python-periphery](https://pypi.org/project/python-periphery/)?
It is failing late in the linux build. I got past this error by running make host-libyaml. This is admittedly a hacky workaround. Now it still fails while building linux...
That would be fantastic.