Battery and inverter can bus can be selected in the UI

This commit is contained in:
Jaakko Haakana 2025-06-29 20:33:45 +03:00
parent c63ae6eb23
commit e3de4e546c
29 changed files with 224 additions and 65 deletions

View file

@ -7,7 +7,7 @@
#include "hw_lilygo.h"
#include "hw_stark.h"
extern Esp32Hal* esp32hal;
Esp32Hal* esp32hal = nullptr;
void init_hal() {
#if defined(HW_LILYGO)