mirror of
https://github.com/peterantypas/maiana.git
synced 2025-05-16 07:20:08 -07:00
Fixed MCU reporting in CLI
This commit is contained in:
parent
c854582672
commit
44c12dc987
@ -25,7 +25,7 @@
|
||||
#include "TXPowerSettings.h"
|
||||
|
||||
|
||||
#define FW_REV "4.4.0"
|
||||
#define FW_REV "4.4.1"
|
||||
|
||||
|
||||
/*
|
||||
|
@ -108,6 +108,8 @@ const char *Configuration::mcuType()
|
||||
return "STM32L422";
|
||||
#elif defined STM32L432xx
|
||||
return "STM32L432";
|
||||
#elif defined STM32L412xx
|
||||
return "STM32L412";
|
||||
#else
|
||||
return "";
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user