2020-09-24 03:53:33 +02:00
|
|
|
#ifndef version_h
|
|
|
|
#define version_h
|
|
|
|
|
|
|
|
#include "StringFormatter.h"
|
|
|
|
|
2021-01-03 10:11:11 +01:00
|
|
|
// const char VERSION[] FLASH ="0.2.0";
|
2020-12-11 22:02:11 +01:00
|
|
|
#define VERSION "3.0.1"
|
2020-09-24 03:53:33 +02:00
|
|
|
|
|
|
|
|
2020-10-22 20:38:10 +02:00
|
|
|
#endif
|