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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user