Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fixed formatting of tables in README #172

Merged
merged 1 commit into from
Feb 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 20 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,29 @@ base85 | 9c52d27 | MIT | https://github.com/rafagafe/base85 | src/c
# LED Behavior

## Status LED
State | Color | Pattern
---------------------------------------
Charge | Yellow | Solid
Sleep | Black | Solid
CLI | Red | Solid
Network Off | Black | Solid
Network On | Blue | Solid
Network Connecting | Blue | Solid
Network DHCP | Blue | Solid
Cloud Connecting | Blue | Solid
Cloud Connected | Blue | Blink
Cloud Handshake | Blue | Blink
| State | Color | Pattern |
|--------------------|--------|----------|
| Charge | Yellow | Solid |
| Sleep | Black | Solid |
| CLI | Red | Solid |
| Network Off | Black | Solid |
| Network On | Blue | Solid |
| Network Connecting | Blue | Solid |
| Network DHCP | Blue | Solid |
| Cloud Connecting | Blue | Solid |
| Cloud Connected | Blue | Blink |
| Cloud Handshake | Blue | Blink |


## Battery LED
Condition | Battery LED State |
--------------------------------------------------------------------|
No charger | LED OFF |
Is charging and less than 60 ms have passed | No Change |
Is charging and at least 60 ms have passed | LED Blinking |
Not charging and less than 10 ms have passed | No Change |
Not charging and at least 10 ms have passed | LED ON |
| Condition | Battery LED State |
|----------------------------------------------|-------------------|
| No charger | LED OFF |
| Is charging and less than 60 ms have passed | No Change |
| Is charging and at least 60 ms have passed | LED Blinking |
| Not charging and less than 10 ms have passed | No Change |
| Not charging and at least 10 ms have passed | LED ON |


## Wet Dry LED
TODO
Expand Down