You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dynamic temperatures for rendering scale are now based on a moving average and have a minimum range applied.
The thermometer precision can be truncated to reduce update frequency.
Object recognition has been rewritten. Instead of a static threshold (the dynamic threshold was never implemented), a model of the background is built up and continuously updated. Non-background pixels are considered people once they've moved, and will continue be considered people until a configurable timeout is exceeded.
Log output no longer contains ASCII escape sequences when logging to a file.
MQTT connection handling improved, specifically when reconnecting.