Skip to content

Commit

Permalink
Merge pull request #16 from PhobGCC/v0.22
Browse files Browse the repository at this point in the history
v0.22 commit
  • Loading branch information
CarVac committed Jul 8, 2022
2 parents 51ae0d5 + ab9ae4e commit f2855d2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions PhobGCC/PhobGCC.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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();

Expand Down

0 comments on commit f2855d2

Please sign in to comment.