-
Notifications
You must be signed in to change notification settings - Fork 25
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
base: main
Are you sure you want to change the base?
Conversation
add LED indicator table for quick overview of LED functions
| 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 | |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
| 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 |
There was a problem hiding this comment.
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?
add LED indicator table for quick overview of LED functions