Skip to content

Commit a152058

Browse files
Merge pull request #91 from OpenAstroTech/bugfix/wrong-version-usage
Bugfix/wrong version usage
2 parents df88895 + f27b367 commit a152058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Software/Arduino code/OpenAstroTracker/src/b_setup.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ void setup() {
136136
Serial.begin(57600);
137137
//BT.begin(9600);
138138

139-
LOGV2(DEBUG_ANY, F("Hello, universe, this is OAT %s!"), version.c_str());
139+
LOGV2(DEBUG_ANY, F("Hello, universe, this is OAT %s!"), VERSION);
140140

141141
EPROMStore::initialize();
142142

0 commit comments

Comments
 (0)