mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-03 04:15:53 +00:00
Set the port to PortNum_SERIAL_APP
This commit is contained in:
parent
73ae151971
commit
20b8d2c4a5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user