development fw versions has initial message for warning
This commit is contained in:
parent
22f7e577c0
commit
087532085f
9 changed files with 74 additions and 9 deletions
Firmware
|
@ -5,7 +5,7 @@
|
|||
#include "util.h"
|
||||
|
||||
// Allocate the version string in the program memory. Otherwise the string lands either on the stack or in the global RAM.
|
||||
const char FW_VERSION_STR[] PROGMEM = FW_version;
|
||||
const char FW_VERSION_STR[] PROGMEM = FW_VERSION;
|
||||
|
||||
const char* FW_VERSION_STR_P()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue