firmware - fix typo , defines should be at the right place :)

This commit is contained in:
DeltaLima 2024-12-09 15:54:15 +01:00
parent 4fe57dff56
commit 2098445202

View file

@ -3,6 +3,15 @@
* *
*/ */
// set CANGROW_VER and CANGROW_BUILD if not already done as Compiler Flag
#ifndef CANGROW_VER
#define CANGROW_VER "v0.1.0-dev"
#endif
#ifndef CANGROW_BUILD
#define CANGROW_BUILD "1a2b3c4f"
#endif
/* /*
* Includes * Includes
* *
@ -56,14 +65,6 @@
#include "CanGrow_SysFunctions.h" #include "CanGrow_SysFunctions.h"
#include "CanGrow_WebFunctions.h" #include "CanGrow_WebFunctions.h"
// set CANGROW_VER and CANGROW_BUILD if not already done as Compiler Flag
#ifndef CANGROW_VER
#define CANGROW_VER "v0.1.0-dev"
#endif
#ifndef CANGROW_BUILD
#define CANGROW_BUILD "1a2b3c4f"
#endif
/* /*