cleaning up board config and switch tool

This commit is contained in:
PhosphorosVR
2025-09-06 17:10:46 +02:00
parent ad7b9b8be9
commit 909a2779ac
12 changed files with 284 additions and 3176 deletions

View File

@@ -251,8 +251,8 @@ CommandResult getLEDCurrentCommand(std::shared_ptr<DependencyRegistry> registry)
CommandResult getInfoCommand(std::shared_ptr<DependencyRegistry> /*registry*/)
{
const char* who = CONFIG_GENERAL_WHO_AM_I;
const char* ver = CONFIG_GENERAL_Version;
const char* who = CONFIG_GENERAL_BOARD;
const char* ver = CONFIG_GENERAL_VERSION;
// Ensure non-null strings
if (!who) who = "";
if (!ver) ver = "";