Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: move battery's lock_guard to updateSettings() (#566)
the updateSettings method is called from the web server's context and therefore accesses _upProvider in a different context than the TaskScheduler. the lock_guard needs to protect _upProvider.
- Loading branch information