We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09d283 commit d0cf8f1Copy full SHA for d0cf8f1
source/ForumsladerApp.mc
@@ -13,9 +13,9 @@ import Toybox.Lang;
13
import Toybox.WatchUi;
14
import Toybox.System;
15
16
-//function debug(str as String) as Void {
17
-// System.println(str);
18
-//}
+(:debug) function debug(str as String) as Void {
+ System.println(str);
+}
19
20
//! This data field app uses the BLE data interface of a forumslader.
21
//! The field will pair with the first Forumslader it encounters and will
0 commit comments