lowfatcode
lowfatcode
I can recreate this issue (M1 Macbook Air) with a very simple script: ```python import time from machine import Pin onboard = Pin("LED", Pin.OUT, value=0) for i in range(0, 40000):...
I've reported the issue here: https://github.com/micropython/micropython/issues/8904
Similar issue here, any attempt to shutdown the WiFi radio fails and seems to leave it in a state that needs a power cycle to recover otherwise the next time...
In general we're open to this but perhaps it's better to add logging on a case by case basis when issues are found instead of just peppering it throughout the...
I have modules here running for many days without issue so I don't know how to recreate the issue you're having with it (crashing?) in the night. We are discussing...
@retropangy have you ever seen a value other than 100? Have you got three sensors plugged in? Anything else about your setup you can share?
@retropangy I'm not sure it's a concern that all of the scales map directly on to each other - in fact I don't think it even really makes sense. However...
This sounds like a great idea and I'm all for it. I would suggest that we allow a few more weeks to let the config file format stabilise further since...
I guess the `version` would really be a config file version since it may remain stable across many releases. Will have a think about it!
"I would say keep current upload options (but provide more docs) and then add in Wunderground (common option so will be popular, app support, etc), PWS (easy and pretty dashboards)...