Tyeth Gundry
Tyeth Gundry
If a user misconfigures an RTC in config, we could warn them in serial but continue with soft RTC rather than them come back to find no data on the...
This resolves a couple of things. Firstly we now reattach USB Mass Storage Device after recreating the filesystem, this means that the drive now shows up on first boot after...
As part of the PR to fix file system corruption when devices brownout, I've decided to split off this piece of work that would buffer log output until usb serial...
Picked up in #245 was the fact our ruff rules don't work for some of the things we'd like to detect. This is an issue to resolve that once there...
> The Circuitpython API for Adafruitio's MQTT client has a method called `subscribe_to_time("iso")`. But it does not appear to have a method to unsubscribe. It appears to subscribe to `time/ISO-8601`....
Adafruit IO devices wippersnapper config exported as JSON for easy import. https://learn.adafruit.com/iot-open-door-detector-using-notifications-with-adafruit-io
Hey, I have a stream of log data, and some of it's very noisy and repetitive, I'd like to be able to filter out duplicate lines from the console, also...
Building adafruit wippersnapper firmware is impossible with platformIO and esp8266, due to > section '.text1' will not fit in region 'iram1_0_seg' I hadn't tried for a very long while so...