JCWren
JCWren
I did have this issue, and pulled in the changes from the non-avr-printf branch. At first it appeared it wasn't working, but it turns out that stdout is in buffered...
If your BMP280 is consuming power when power is removed, it is likely you have an I/O line that is set high, and is backfeeding the module. For instance, if...
Yes, you can switch Vdd as long as you keep Vddio present. Unfortunately, the datasheet doesn't clearly say what the current draw is when Vdd is low and Vddio is...
Hopefully. Not supporting Windows 7 would be double-plus ungood. It still represents about 18% of all machines running any version of Windows.
Gotta go with @jago85 here. Had some initial teething pains as we learned our way around it and adapted it to our flash device (problems in our driver), but it's...
Here's the config: [spiffs_config.txt](https://github.com/pellepl/spiffs/files/1074646/spiffs_config.txt) (Amazing that github doesn't let you attach a .h file...) Looking at SPIFFS_remove(), how does the file handle it allocates ever get released?
I will check this tomorrow. It seems I remember some other functions are calling spiffs_fd_return on an OK, though, which is I why I thought this one was wonky. I'll...
Not sure if this should be a new issue for documentation, a program change, or both. When defining a new zone, the error dialog for missing fields do not correspond...
Additionally, there are some new fields in the Misc tab when defining a monitor that are not covered on the https://zoneminder.readthedocs.io/en/latest/userguide/definemonitor.html page (Motion Frame Skip, Analysis Update Delay, Default Rate,...
> Please see if you can make PRs for missing elements I'd like to, but I have no idea what they mean. I'm new to ZoneMinder, and trying to get...