Skip to content

v1.0.4

Compare
Choose a tag to compare
@michael-slx michael-slx released this 23 Oct 17:46
· 181 commits to release since this release
  • Fix high CPU usage (#2)
    Due to not blocking the loop when no packets were available, this driver caused WeeWX to have an absurdly high CPU utilization. This is now resolved by pausing the loop until a packet is received (or an error is caught). As a safety measure, the driver checks for new data every 5 seconds anyway.