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