Merge pull request #350 from meshtastic/caltopo

This commit is contained in:
Ben Meadors 2023-05-27 17:45:32 -05:00 committed by GitHub
commit 869390e362
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,6 +177,8 @@ message ModuleConfig {
PROTO = 2;
TEXTMSG = 3;
NMEA = 4;
// NMEA messages specifically tailored for CalTopo
CALTOPO = 5;
}
/*
@ -591,4 +593,4 @@ enum RemoteHardwarePinType {
* GPIO pin can be written to (high / low)
*/
DIGITAL_WRITE = 2;
}
}