mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-09 03:17:31 +00:00
make cppcheck happy about stuff it shouldn't care for
This commit is contained in:
@@ -197,6 +197,7 @@ bool MQTT::wantsLink() const
|
||||
#if HAS_ETHERNET
|
||||
return hasChannel && (Ethernet.linkStatus() == LinkON);
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
int32_t MQTT::runOnce()
|
||||
|
||||
Reference in New Issue
Block a user