Add 'get_who_am_i' command and related configurations for device identification

This commit is contained in:
PhosphorosVR
2025-09-05 17:47:04 +02:00
parent e4881ef5a0
commit 93b2f7f23f
12 changed files with 85 additions and 7 deletions

View File

@@ -38,6 +38,18 @@ menu "OpenIris: General Configuration"
and any Bluetooth memory (if present on the SoC) should be left released. This can
reduce power consumption when operating solely in UVC mode or without networking.
config GENERAL_WHO_AM_I
string "Who am I (device identifier)"
default "OpenIris"
help
A human-readable product or device identifier exposed via the get_info command.
config GENERAL_Version
string "Firmware version"
default "0.0.0"
help
A firmware version string exposed via the get_info command.
endmenu
menu "OpenIris: Camera Configuration"