mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-01-04 15:50:28 +01:00
one line for one variable
This commit is contained in:
parent
0d0f0d922f
commit
f093167bf7
|
|
@ -31,7 +31,8 @@ private:
|
|||
Configuration const *_userConfig;
|
||||
TaskManager _taskManager;
|
||||
Display _display;
|
||||
bool _isEthConnected, _isWifiConnected;
|
||||
bool _isEthConnected;
|
||||
bool _isWifiConnected;
|
||||
logging::Logger _logger;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue