mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-04 16:07:31 -05:00
4 lines
137 B
C++
4 lines
137 B
C++
#include "version.h"
|
|
|
|
const char VERSION_STRING_PRIVATE [] PROGMEM = "R1.5.1";
|
|
const char* const VERSION_STRING = VERSION_STRING_PRIVATE; |