mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
Feature: Volkswagen MEB platform support (#405)
* Add MEB Support Co-authored-by: mvgalen <marijnvangalen@gmail.com>
This commit is contained in:
parent
4e66ffcd38
commit
0750c6ab5b
13 changed files with 2551 additions and 16 deletions
|
@ -60,8 +60,8 @@ String events_processor(const String& var) {
|
|||
order_events.clear();
|
||||
content.concat(FPSTR(EVENTS_HTML_END));
|
||||
return content;
|
||||
return String();
|
||||
}
|
||||
return String();
|
||||
}
|
||||
|
||||
/* Script for displaying event log before it gets minified
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue