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

Conversation

mikelovic
Copy link

add LED indicator table for quick overview of LED functions

add LED indicator table for quick overview of LED functions
Comment on lines +51 to +57
| 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 |
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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants