From 226af585430c4fef4ae5b015ebbad8ab23869a77 Mon Sep 17 00:00:00 2001 From: grog Date: Fri, 19 Jan 2024 18:05:56 -0800 Subject: [PATCH] fixed javadoc --- .../java/org/myrobotlab/service/config/InMoov2Config.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/myrobotlab/service/config/InMoov2Config.java b/src/main/java/org/myrobotlab/service/config/InMoov2Config.java index d90ae13e0e..733c27b4f1 100644 --- a/src/main/java/org/myrobotlab/service/config/InMoov2Config.java +++ b/src/main/java/org/myrobotlab/service/config/InMoov2Config.java @@ -26,7 +26,7 @@ public class InMoov2Config extends ServiceConfig { /** * When the healthCheck is operating, it will check the battery level. If the - * battery level is < 5% it will publishFlash with red at regular interval + * battery level is < 5% it will publishFlash with red at regular interval */ public boolean batteryInSystem = false; @@ -59,7 +59,7 @@ public class InMoov2Config extends ServiceConfig { /** * flashes the neopixel every time a health check is preformed. green == good - * red == battery < 5% + * red == battery < 5% */ public boolean heartbeatFlash = false;