development fw versions has initial message for warning

This commit is contained in:
PavelSindler 2018-01-11 15:50:26 +01:00
parent 22f7e577c0
commit 087532085f
9 changed files with 74 additions and 9 deletions
Firmware

View file

@ -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()
{