mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
clang-format fix
This commit is contained in:
parent
ecb01f9b90
commit
5083ace949
|
|
@ -19,15 +19,15 @@ public:
|
|||
|
||||
BoardConfig const *const getBoardConfig() const;
|
||||
Configuration const *const getUserConfig() const;
|
||||
TaskManager & getTaskManager();
|
||||
Display & getDisplay();
|
||||
TaskManager &getTaskManager();
|
||||
Display &getDisplay();
|
||||
bool isWifiOrEthConnected() const;
|
||||
void connectedViaEth(bool status);
|
||||
void connectedViaWifi(bool status);
|
||||
logging::Logger & getLogger();
|
||||
logging::Logger &getLogger();
|
||||
|
||||
private:
|
||||
BoardConfig const * _boardConfig;
|
||||
BoardConfig const *_boardConfig;
|
||||
Configuration const *_userConfig;
|
||||
TaskManager _taskManager;
|
||||
Display _display;
|
||||
|
|
|
|||
Loading…
Reference in a new issue