mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-11 16:07:13 +00:00
Remove old comment
This commit is contained in:
parent
552406b15f
commit
7716d62018
@ -18,11 +18,5 @@ bool TextMessagePlugin::handleReceived(const MeshPacket &mp)
|
|||||||
powerFSM.trigger(EVENT_RECEIVED_TEXT_MSG);
|
powerFSM.trigger(EVENT_RECEIVED_TEXT_MSG);
|
||||||
notifyObservers(&mp);
|
notifyObservers(&mp);
|
||||||
|
|
||||||
// This is going into the wifidev feature branch
|
|
||||||
// Only update the WebUI if WiFi is enabled
|
|
||||||
//#if WiFi_MODE != 0
|
|
||||||
// notifyWebUI();
|
|
||||||
//#endif
|
|
||||||
|
|
||||||
return false; // Let others look at this message also if they want
|
return false; // Let others look at this message also if they want
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user