sforkowany z mirror/meshtastic-firmware
serialplugin - Added my todo list
rodzic
89b32dd7ee
commit
b1181deb58
|
@ -13,8 +13,8 @@
|
||||||
Manufacture Info: http://www.lilygo.cn/prod_view.aspx?TypeId=50003&Id=1133&FId=t3:50003:3
|
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
|
Pin Mapping: http://ae01.alicdn.com/kf/HTB1fLBcxkSWBuNjSszdq6zeSpXaJ.jpg
|
||||||
|
|
||||||
|
This will probably and most likely work on other esp32 devices, given possible change the RX/TX
|
||||||
This will probably and most likely work on other boards too.
|
selection.
|
||||||
|
|
||||||
Need help with this plugin? Post your question on the Meshtastic Discourse:
|
Need help with this plugin? Post your question on the Meshtastic Discourse:
|
||||||
https://meshtastic.discourse.group
|
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
|
7) (Optional) Set SERIALPLUGIN_ECHO to 1 and any message you send out will be echoed back
|
||||||
to your device.
|
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
|
#define RXD2 16
|
||||||
|
|
|
@ -34,7 +34,7 @@ class SerialPluginRadio : public SinglePortPlugin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
SerialPluginRadio() : SinglePortPlugin("SerialPluginRadio", PortNum_TEXT_MESSAGE_APP) {}
|
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
|
* Send our payload into the mesh
|
||||||
|
|
Ładowanie…
Reference in New Issue