mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Custom DIY device hardware model identifier based on @NanoVHF schematics
Custom DIY device based on @NanoVHF schematics: https://github.com/NanoVHF/Meshtastic-DIY/tree/main/Schematics Configuration to meshtastic-device `platformio.ini` and `configuration.h` is upcoming.
This commit is contained in:
parent
7b005e24a1
commit
cb022ef64b
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