Remove old comment

1.2-legacy
Jm 2020-12-30 15:16:04 -08:00
rodzic 552406b15f
commit 7716d62018
1 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

@ -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
} }