Skip to content

Commit

Permalink
Fix incorrect LED status of 'System status LED'
Browse files Browse the repository at this point in the history
  • Loading branch information
roger530-ho authored and PJHsieh committed Jul 8, 2024
1 parent 5905ddf commit 67b19b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"polling_interval": 60,
"led_color": {
"fault": "STATUS_LED_COLOR_RED",
"normal": "STATUS_LED_COLOR_GREEN",
"booting": "STATUS_LED_COLOR_GREEN"
"normal": "STATUS_LED_COLOR_OFF",
"booting": "STATUS_LED_COLOR_OFF"
}
}

0 comments on commit 67b19b5

Please sign in to comment.