diff --git a/PhobGCC/PhobGCC.ino b/PhobGCC/PhobGCC.ino index 39a8848..8f259a6 100644 --- a/PhobGCC/PhobGCC.ino +++ b/PhobGCC/PhobGCC.ino @@ -19,8 +19,8 @@ //#include "src/Phob1_1Teensy4_0DiodeShort.h"// For PhobGCC board 1.1 with Teensy 4.0 and the diode shorted //#include "src/Phob1_2Teensy4_0.h" // For PhobGCC board 1.2.x with Teensy 4.0 -//#define BUILD_RELEASE -#define BUILD_DEV +#define BUILD_RELEASE +//#define BUILD_DEV using namespace Eigen; @@ -382,12 +382,12 @@ volatile char _commResponse[_originLength] = { void setup() { serialSetup(); - #ifdef BUILD_RELEASE - Serial.println("Software version 0.22"); - #endif - #ifdef BUILD_DEV - Serial.println("This is not a stable version"); - #endif +#ifdef BUILD_RELEASE + Serial.println("Software version 0.22"); +#endif +#ifdef BUILD_DEV + Serial.println("This is not a stable version"); +#endif readEEPROM();