mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 10:19:29 +02:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
6dedcf0a40
commit
ae460f9826
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class NissanLeafHtmlRenderer : public BatteryHtmlRenderer {
|
||||||
String get_status_html() {
|
String get_status_html() {
|
||||||
String content;
|
String content;
|
||||||
|
|
||||||
content += "<h4>LEAF generation: ";
|
content += "<h4>LEAF generation: ";
|
||||||
switch (datalayer_extended.nissanleaf.LEAF_gen) {
|
switch (datalayer_extended.nissanleaf.LEAF_gen) {
|
||||||
case 0:
|
case 0:
|
||||||
content += String("ZE0</h4>");
|
content += String("ZE0</h4>");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue