We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8b3dc commit 34cedfeCopy full SHA for 34cedfe
2 files changed
src/Force.cpp
@@ -547,7 +547,7 @@ void Force::WriteToSD() {
547
logfile.print((millis()-start_time)/1000.0000); //print seconds since start
548
logfile.print(",");
549
550
- logfile.print(VER); // Print library version
+ logfile.print(ver); // Print library version
551
552
553
logfile.print(library_version); // Print code or program version
src/Force.h
@@ -9,7 +9,6 @@
9
* - Adafruit GFX Library (v1.10.7) by Adafruit
10
* - Adafruit Adafruit_SPIFlash (v3.4.1) by Adafruit
11
*/
12
-#define VER "1.3.2"
13
14
#ifndef FORCE_H
15
#define FORCE_H
0 commit comments