From 9d0cd0989e788bb1d907faf4a3057ea0e9a047a5 Mon Sep 17 00:00:00 2001 From: GuruSR <17853390+GuruSR@users.noreply.github.com> Date: Thu, 7 Jul 2022 23:15:14 -0400 Subject: [PATCH] Override Information for Version 1.4.4. Included Step Count information. --- Override Information.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Override Information.md b/Override Information.md index 7326afa..0a8b9e6 100644 --- a/Override Information.md +++ b/Override Information.md @@ -102,6 +102,7 @@ Functions available for communication: | AddWatchStyle(String StyleName) | Will return the Index of the added Watch Style (255 = error), 30 character max limit on Watch Style name. | | NoMenu() | This returns `true` if the Menu **isn't** open. | | getAngle(uint16_t Angle, uint8_t Width, uint8_t Height, uint8_t &X, uint8_t &Y) | Give it an Angle, Width and Height, X and Y will have those values, useful for Analog displays | +| SBMA.getCounter() | Will return a uint32_t value of the current steps taken. | **NOTES ON WiFi**