Merge branch 'main' into mqtt-cleanup

This commit is contained in:
Brett Christensen 2024-02-13 18:57:54 +11:00
commit a74ae258c1
60 changed files with 1667 additions and 800 deletions

View file

@ -67,7 +67,8 @@ static void publish_cell_voltages(void) {
}
doc.clear(); // clear after sending autoconfig
} else {
if (cellvoltages[0] == 0u) {
// If cell voltages haven't been populated...
if (nof_cellvoltages == 0u) {
return;
}