Complete
over 1 year ago

No isWheelchairMode flag!

So, how to test if Wheelchair Mode is enabled?

var

Info = Toybox.ActivityMonitor.Info.getInfo(),

isWheelchairMode  = (Info has pushGoal) && (Info.pushGoal != null);

Parents Comment Children