code formatting

This commit is contained in:
technyon
2024-08-17 06:11:01 +02:00
parent 3a0c92472c
commit 95a98dd83c

View File

@@ -171,7 +171,10 @@ void EthernetDevice::initialize()
}
_connected = true;
if(_preferences->getBool(preference_ntw_reconfigure, false)) _preferences->putBool(preference_ntw_reconfigure, false);
if(_preferences->getBool(preference_ntw_reconfigure, false))
{
_preferences->putBool(preference_ntw_reconfigure, false);
}
break;
case ARDUINO_EVENT_ETH_LOST_IP:
Log->println("ETH Lost IP");