Skip to content

Commit

Permalink
fixed javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Jan 20, 2024
1 parent 9a02881 commit 226af58
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 &lt; 5% it will publishFlash with red at regular interval
*/
public boolean batteryInSystem = false;

Expand Down Expand Up @@ -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 &lt; 5%
*/
public boolean heartbeatFlash = false;

Expand Down

0 comments on commit 226af58

Please sign in to comment.