Merge pull request #25 from osmanovv/diy-hardware-model-identifier

Custom DIY device hardware model identifier based on @NanoVHF schematics
pull/30/head
Kevin Hester 2021-09-18 16:28:15 -07:00 zatwierdzone przez GitHub
commit e24fa8c6ed
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -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;
}
/*