Move BMS files into Arduino sketch folder
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
#include "protocol.h"
|
#include "protocol.h"
|
||||||
#include "relays.h"
|
#include "relays.h"
|
||||||
#include "sensors.h"
|
#include "sensors.h"
|
||||||
#include "bms/bms.h"
|
#include "bms.h"
|
||||||
|
|
||||||
WebServer server(80);
|
WebServer server(80);
|
||||||
HardwareSerial DashboardSerial(2);
|
HardwareSerial DashboardSerial(2);
|
||||||
|
|||||||
Reference in New Issue
Block a user