From ac26ffdc71dad5765124186df5ec38771a0e5240 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Sun, 14 Mar 2021 11:19:39 +0800 Subject: [PATCH] add the android simulator --- mesh.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mesh.proto b/mesh.proto index 7445d63..5a8fc2e 100644 --- a/mesh.proto +++ b/mesh.proto @@ -98,6 +98,9 @@ message Position { GENIEBLOCKS = 35; NRF52_UNKNOWN = 36; PORTDUINO = 37; + + // The simulator built into the android app + ANDROID_SIM = 38; } /*