More common image

This commit is contained in:
Jaakko Haakana 2025-06-16 08:25:08 +03:00
commit 901c89e03f
95 changed files with 1030 additions and 579 deletions

View file

@ -1,9 +1,8 @@
#include "../include.h"
#ifdef DALY_BMS
#include "DALY-BMS.h"
#include <cstdint>
#include "../datalayer/datalayer.h"
#include "../devboard/utils/events.h"
#include "DALY-BMS.h"
#include "../include.h"
/* Do not change code below unless you are sure what you are doing */
@ -207,5 +206,3 @@ void DalyBms::receive() {
}
}
}
#endif