Add WAYPOINT_APP

This commit is contained in:
Jm Casler 2022-06-03 18:02:01 -07:00
parent f7fc06ed17
commit a948c225e9

View file

@ -81,6 +81,11 @@ enum PortNum {
*/
TEXT_MESSAGE_COMPRESSED_APP = 7;
/*
* Waypoint payloads.
*/
WAYPOINT_APP = 8;
/*
* Provides a 'ping' service that replies to any packet it receives.
* Also serves as a small example module.