1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

Implement Min Power mode

This commit is contained in:
norbert-walter
2024-09-27 15:32:28 +02:00
parent 91b0c25dd6
commit b3ee13074c
4 changed files with 19 additions and 5 deletions

View File

@@ -70,8 +70,6 @@ LedTaskData *ledTaskData=nullptr;
void hardwareInit()
{
// Init power rail 5.0V
setPortPin(OBP_POWER_50, true);
Wire.begin();
// Init PCF8574 digital outputs
Wire.setClock(I2C_SPEED); // Set I2C clock on 10 kHz