Common base class for batteries and Zoe implementation

This commit is contained in:
Jaakko Haakana 2025-04-28 20:39:44 +03:00
parent c49912df36
commit 41a6678323
6 changed files with 65 additions and 6 deletions

View file

@ -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);