kopia lustrzana https://github.com/meshtastic/protobufs
Merge pull request #25 from osmanovv/diy-hardware-model-identifier
Custom DIY device hardware model identifier based on @NanoVHF schematicspull/30/head
commit
e24fa8c6ed
|
@ -113,6 +113,11 @@ message Position {
|
||||||
* The simulator built into the android app
|
* The simulator built into the android app
|
||||||
*/
|
*/
|
||||||
ANDROID_SIM = 38;
|
ANDROID_SIM = 38;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Custom DIY device based on @NanoVHF schematics: https://github.com/NanoVHF/Meshtastic-DIY/tree/main/Schematics
|
||||||
|
*/
|
||||||
|
DIY_V1 = 39;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Ładowanie…
Reference in New Issue