Merge pull request #158 from mc-hamster/master

Add WAYPOINT_APP
This commit is contained in:
Jm Casler 2022-06-03 18:02:50 -07:00 committed by GitHub
commit 33b3ab5fde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.