mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Caltopo
This commit is contained in:
parent
4386f8b101
commit
462170c509
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue