Skip to content

Commit

Permalink
Update ksWifiConnector.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 authored May 21, 2024
1 parent be0b978 commit e55028c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/ksf/comp/ksWifiConnector.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ namespace ksf::comps
ksSimpleTimer wifiReconnectTimer{KSF_WIFI_RECONNECT_TIME_MS}; //!< Wifi timer - reconnection timeout.
ksSimpleTimer wifiIpCheckTimer{KSF_ONE_SEC_MS}; //!< Wifi timer - IP check interval.

bool wasConnected : 1 {false}; //!< True if connected in previous loop.
bool gotIpAddress : 1{false}; //!< True if IP address is set.
bool wasConnected : 1 {false}; //!< True if connected in previous loop. //!< True if IP address is set.
bool savePower : 1 {true}; //!< True to save power.

/*!
Expand Down Expand Up @@ -93,4 +92,4 @@ namespace ksf::comps
*/
virtual ~ksWifiConnector();
};
}
}

0 comments on commit e55028c

Please sign in to comment.