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

add LED indicator table #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
10 changes: 10 additions & 0 deletions manual/3-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,14 @@ The bottom LED close to the USB port indicates if the load output and USB port a

The three middle LEDs indicate the state of charge (SOC) of the connected battery. More LEDs means more energy is present in the battery.

| LED ID | ON |
|--------|-------------------------------|
| LED 1 | battery SOC low |
| LED 2 | battery SOC middle |
| LED 3 | battery SOC high |
| LED 4 | Load and USB port enabled |
| LED 5 | free for costum configuration |
Comment on lines +51 to +57
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you double-check whether this renders correctly if built with Pandoc? They have some special way to configure tables IIRC. And unfortunately it's not standardized in Markdown.

Just wondering because the table in the specs page is formatted differently.

Copy link
Author

@mikelovic mikelovic Oct 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the hint. i didn't check it. here is the new suggestion. would this work

Suggested change
| LED ID | ON |
|--------|-------------------------------|
| LED 1 | battery SOC low |
| LED 2 | battery SOC middle |
| LED 3 | battery SOC high |
| LED 4 | Load and USB port enabled |
| LED 5 | free for costum configuration |
------------------------------------
LED No. Value = ON
-------------- ---------------------
LED 1 battery SOC low
LED 2 battery SOC middle
LED 3 battery SOC high
LED 4 Load and USB port enabled
LED 5 free for costum configuration

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if the new suggestion works. Did a quick check and for some reason pandoc doesn't want to create the PDF at all. For the HTML page even the first suggestion seems to work.

However, the content looks wrong. If LED1 is on, would the SOC not be high?




The top LED can be freely configured by the firmware developer, e.g. to indicate data transmission.