From 95a98dd83c19671e22f9130ad50209174cbed985 Mon Sep 17 00:00:00 2001 From: technyon Date: Sat, 17 Aug 2024 06:11:01 +0200 Subject: [PATCH] code formatting --- src/networkDevices/EthernetDevice.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/networkDevices/EthernetDevice.cpp b/src/networkDevices/EthernetDevice.cpp index 87d889d..90ede8e 100644 --- a/src/networkDevices/EthernetDevice.cpp +++ b/src/networkDevices/EthernetDevice.cpp @@ -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");