From 63ae4f243feb4320dbb16143a8d37ec496503e3d Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 15 May 2023 14:17:25 -0500 Subject: [PATCH] Derp --- meshtastic/module_config.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/module_config.proto b/meshtastic/module_config.proto index 33d6290..91eb4c6 100644 --- a/meshtastic/module_config.proto +++ b/meshtastic/module_config.proto @@ -590,6 +590,11 @@ message ModuleConfig { } enum RemoteHardwarePinType { + /* + * Unset/unused + */ + UNKNOWN = 0; + /* * GPIO pin can be read (if it is high / low) */