Mike Evans

Results 5 comments of Mike Evans

Works for me, but I commented the `throw new Exception("No ID for part " . $comp["ref"]); ` lines so it could skip parts that have no ID field and still...

For anyone else having this issue, In /etc/apcupsd/apccontrol I replaced the line WALL=wall with WALL=logger and now the messages appear in /var/log/messages It's just a minor annoyance I know, but...

The chip supports double size text natively but command to do so is not in this driver. For my project I added a method to do this. ``` def zoom(self):...

I've done a PR on the upstream micropython-lib repo. https://github.com/micropython/micropython-lib

Any empty file with the .wav extension. As in linux : `touch bat.wav` I suspect that the SD card ran out of space and AudioMoth kept making files that were...