mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-23 13:34:46 +00:00
make cppcheck happy about stuff it shouldn't care for
This commit is contained in:
parent
6e1b1e3ed7
commit
a7fb88e293
@ -197,6 +197,7 @@ bool MQTT::wantsLink() const
|
||||
#if HAS_ETHERNET
|
||||
return hasChannel && (Ethernet.linkStatus() == LinkON);
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
int32_t MQTT::runOnce()
|
||||
|
Loading…
Reference in New Issue
Block a user