serialplugin - Added my todo list

1.2-legacy
Jm 2021-01-13 23:02:13 -08:00
rodzic 89b32dd7ee
commit b1181deb58
2 zmienionych plików z 8 dodań i 3 usunięć

Wyświetl plik

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

Wyświetl plik

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