mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2025-04-18 12:22:32 -04:00
4 lines
137 B
C++
4 lines
137 B
C++
#include "version.h"
|
|
|
|
const char VERSION_STRING_PRIVATE [] PROGMEM = "R1.1.2";
|
|
const char* const VERSION_STRING = VERSION_STRING_PRIVATE; |