mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Common base class for batteries and Zoe implementation
This commit is contained in:
parent
c49912df36
commit
41a6678323
6 changed files with 65 additions and 6 deletions
|
@ -11,6 +11,8 @@
|
|||
#include "../utils/timer.h"
|
||||
#include "esp_task_wdt.h"
|
||||
|
||||
void transmit_can_frame(CAN_frame* tx_frame, int interface);
|
||||
|
||||
// Create AsyncWebServer object on port 80
|
||||
AsyncWebServer server(80);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue