mirror of
https://github.com/peterantypas/maiana.git
synced 2025-05-15 23:10:11 -07:00
Fixed MCU reporting in CLI
This commit is contained in:
parent
c854582672
commit
44c12dc987
@ -25,7 +25,7 @@
|
|||||||
#include "TXPowerSettings.h"
|
#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";
|
return "STM32L422";
|
||||||
#elif defined STM32L432xx
|
#elif defined STM32L432xx
|
||||||
return "STM32L432";
|
return "STM32L432";
|
||||||
|
#elif defined STM32L412xx
|
||||||
|
return "STM32L412";
|
||||||
#else
|
#else
|
||||||
return "";
|
return "";
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user