This commit is contained in:
Ben Meadors 2023-05-27 05:54:12 -05:00
parent 4386f8b101
commit 462170c509

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;
}
}