diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index ca3f6c6..14363ea 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -1870,6 +1870,11 @@ message DeviceMetadata { * Has PKC capabilities */ bool hasPKC = 11; + + /* + * Device firmware environment string + */ + string hw_env = 12; } /*