Merge pull request #13 from crossan007/add-environment

add environmental measurements
This commit is contained in:
Jm Casler 2021-02-21 14:48:24 -08:00 committed by GitHub
commit 24f16ae17d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,9 @@
syntax = "proto3";
message EnvironmentalMeasurement {
float temperature = 1;
float relative_humidity = 2;
float barometric_pressure = 3;
}

View file

@ -101,6 +101,13 @@ enum PortNum {
*/
RANGE_TEST_APP = 66;
/*
* Provides a format to send and receive environmental data from the Meshtastic network.
*
* Maintained by Charles Crossan (crossan007) : crossan007@gmail.com
*/
ENVIRONMENTAL_MEASUREMENT_APP = 67;
/*
* Private applications should use portnums >= 256.
* To simplify initial development and testing you can use "PRIVATE_APP"