forked from meshtastic/firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request meshtastic#16 from crossan007/add-environment
Add environment measurement settings
- Loading branch information
Showing
2 changed files
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,13 +86,6 @@ enum PortNum { | |
*/ | ||
IP_TUNNEL_APP = 33; | ||
|
||
/* | ||
* Provides a format to send and receive environmental data from the Meshtastic network. | ||
* | ||
* Maintained by Charles Crossan (crossan007) : [email protected] | ||
*/ | ||
ENVIRONMENTAL_MEASUREMENT_APP = 34; | ||
|
||
/** Provides a hardware serial interface to send and receive from the Meshtastic network. | ||
Connect to the RX/TX pins of a device with 38400 8N1. Packets received from the Meshtastic | ||
network is forwarded to the RX pin while sending a packet to TX will go out to the Mesh | ||
|
@@ -118,6 +111,13 @@ enum PortNum { | |
* Maintained by Jm Casler (MC Hamster) : [email protected] | ||
*/ | ||
RANGE_TEST_APP = 66; | ||
|
||
/* | ||
* Provides a format to send and receive environmental data from the Meshtastic network. | ||
* | ||
* Maintained by Charles Crossan (crossan007) : [email protected] | ||
*/ | ||
ENVIRONMENTAL_MEASUREMENT_APP = 67; | ||
|
||
/* | ||
* Private applications should use portnums >= 256. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters