Garmin 10r-04 6953 Update <10000+ SECURE>

class DepthAlertView extends WatchUi.View function onUpdate(dc) var depth = Sensor.getDepth(); if (depth != null && depth < 5) System.println("Shallow water!"); WatchUi.requestUpdate();

using Toybox.Application; using Toybox.WatchUi; using Toybox.System; class DepthAlertsApp extends Application.AppBase garmin 10r-04 6953 update

function initialize() AppBase.initialize(); class DepthAlertView extends WatchUi

评论