1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-16 07:23:07 +01:00

Use I2C FRAM module if available to store page voltage state

This commit is contained in:
2024-12-25 19:23:44 +01:00
parent 3bc0082bb8
commit daaefc7eba
6 changed files with 67 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ void OBP60Init(GwApi *api){
// Init hardware
hardwareInit();
hardwareInit(api);
// Init power rail 5.0V
String powermode = api->getConfig()->getConfigItem(api->getConfig()->powerMode,true)->asString();