Initialize accelerometer during system init

It was originally only initialized in the step counter, but this won't
work when the step counter app is disabled.
This commit is contained in:
Peter Cai 2022-06-17 16:27:13 -04:00
parent 40c3928ce1
commit 3cb60d7705
1 changed files with 2 additions and 0 deletions

View File

@ -157,6 +157,8 @@ class Manager():
def secondary_init(self):
global free
watch.accel.reset()
if not self.app:
# Register default apps if main hasn't put anything on the quick ring
if not self.quick_ring: