mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-27 10:21:40 +00:00
serialplugin - Added my todo list
This commit is contained in:
parent
89b32dd7ee
commit
b1181deb58
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user