From cb022ef64b35d1ee78b5bcd6d2a14fa8626ddd46 Mon Sep 17 00:00:00 2001 From: Vladislav Osmanov <7123463+osmanovv@users.noreply.github.com> Date: Sun, 12 Sep 2021 14:40:56 +0300 Subject: [PATCH] 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. --- mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mesh.proto b/mesh.proto index ef0fdbe..ae7b65b 100644 --- a/mesh.proto +++ b/mesh.proto @@ -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; } /*