mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-04 15:57:35 -05:00
Forgot to add version files to the project. Silly me.
This commit is contained in:
parent
c013281a31
commit
21736fcc1d
4
version.cpp
Normal file
4
version.cpp
Normal file
@ -0,0 +1,4 @@
|
||||
#include "version.h"
|
||||
|
||||
const char VERSION_STRING_PRIVATE [] PROGMEM = "R1.1.1";
|
||||
const char* const VERSION_STRING = VERSION_STRING_PRIVATE;
|
Loading…
Reference in New Issue
Block a user