diff --git a/src/plugins/SerialPlugin.cpp b/src/plugins/SerialPlugin.cpp index 43f40bbd..daf0c8c2 100644 --- a/src/plugins/SerialPlugin.cpp +++ b/src/plugins/SerialPlugin.cpp @@ -13,8 +13,8 @@ Manufacture Info: http://www.lilygo.cn/prod_view.aspx?TypeId=50003&Id=1133&FId=t3:50003:3 Pin Mapping: http://ae01.alicdn.com/kf/HTB1fLBcxkSWBuNjSszdq6zeSpXaJ.jpg - - This will probably and most likely work on other boards too. + This will probably and most likely work on other esp32 devices, given possible change the RX/TX + selection. Need help with this plugin? Post your question on the Meshtastic Discourse: https://meshtastic.discourse.group @@ -32,6 +32,11 @@ 7) (Optional) Set SERIALPLUGIN_ECHO to 1 and any message you send out will be echoed back to your device. + TODO: + * Once protobufs regenerated with the new port, update SerialPlugin.h + * Implement an interface to enable / disable ack + * Ensure this works on a tbeam + */ #define RXD2 16 diff --git a/src/plugins/SerialPlugin.h b/src/plugins/SerialPlugin.h index 814fbd15..c6d79f3e 100644 --- a/src/plugins/SerialPlugin.h +++ b/src/plugins/SerialPlugin.h @@ -34,7 +34,7 @@ class SerialPluginRadio : public SinglePortPlugin */ SerialPluginRadio() : SinglePortPlugin("SerialPluginRadio", PortNum_TEXT_MESSAGE_APP) {} - // SerialPluginRadio() : SinglePortPlugin("SerialPluginRadio", PortNum_PRIVATE_APP) {} + // SerialPluginRadio() : SinglePortPlugin("SerialPluginRadio", PortNum_SERIAL_APP) {} /** * Send our payload into the mesh