Set the port to PortNum_SERIAL_APP

This commit is contained in:
Jm 2021-01-16 22:41:33 -08:00
parent 73ae151971
commit 20b8d2c4a5

View File

@ -33,8 +33,8 @@ class SerialPluginRadio : public SinglePortPlugin
from the main code. from the main code.
*/ */
SerialPluginRadio() : SinglePortPlugin("SerialPluginRadio", PortNum_TEXT_MESSAGE_APP) {} // SerialPluginRadio() : SinglePortPlugin("SerialPluginRadio", PortNum_TEXT_MESSAGE_APP) {}
// SerialPluginRadio() : SinglePortPlugin("SerialPluginRadio", PortNum_SERIAL_APP) {} SerialPluginRadio() : SinglePortPlugin("SerialPluginRadio", PortNum_SERIAL_APP) {}
/** /**
* Send our payload into the mesh * Send our payload into the mesh