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;
|
BoardConfig const *const getBoardConfig() const;
|
||||||
Configuration const *const getUserConfig() const;
|
Configuration const *const getUserConfig() const;
|
||||||
TaskManager & getTaskManager();
|
TaskManager &getTaskManager();
|
||||||
Display & getDisplay();
|
Display &getDisplay();
|
||||||
bool isWifiOrEthConnected() const;
|
bool isWifiOrEthConnected() const;
|
||||||
void connectedViaEth(bool status);
|
void connectedViaEth(bool status);
|
||||||
void connectedViaWifi(bool status);
|
void connectedViaWifi(bool status);
|
||||||
logging::Logger & getLogger();
|
logging::Logger &getLogger();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
BoardConfig const * _boardConfig;
|
BoardConfig const *_boardConfig;
|
||||||
Configuration const *_userConfig;
|
Configuration const *_userConfig;
|
||||||
TaskManager _taskManager;
|
TaskManager _taskManager;
|
||||||
Display _display;
|
Display _display;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue