diff --git a/lib/System/System.h b/lib/System/System.h index 6e7daa2..a2788e9 100644 --- a/lib/System/System.h +++ b/lib/System/System.h @@ -31,7 +31,8 @@ private: Configuration const *_userConfig; TaskManager _taskManager; Display _display; - bool _isEthConnected, _isWifiConnected; + bool _isEthConnected; + bool _isWifiConnected; logging::Logger _logger; };