mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-06 06:55:06 +00:00
fixing missing function
This commit is contained in:
parent
4aa8a3197d
commit
006b29d177
2 changed files with 5 additions and 0 deletions
|
|
@ -38,3 +38,7 @@ bool System::isWifiEthConnected() const {
|
|||
void System::connectedViaWifiEth(bool status) {
|
||||
_isWifiEthConnected = status;
|
||||
}
|
||||
|
||||
logging::Logger &System::getLogger() {
|
||||
return _logger;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue