mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #25 from osmanovv/diy-hardware-model-identifier
Custom DIY device hardware model identifier based on @NanoVHF schematics
This commit is contained in:
commit
e24fa8c6ed
1 changed files with 5 additions and 0 deletions
|
|
@ -113,6 +113,11 @@ message Position {
|
|||
* The simulator built into the android app
|
||||
*/
|
||||
ANDROID_SIM = 38;
|
||||
|
||||
/*
|
||||
* Custom DIY device based on @NanoVHF schematics: https://github.com/NanoVHF/Meshtastic-DIY/tree/main/Schematics
|
||||
*/
|
||||
DIY_V1 = 39;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue