Skip to content

Commit 34cedfe

Browse files
authored
Add files via upload
fixed file name bug and save variables bug
1 parent ea8b3dc commit 34cedfe

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/Force.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ void Force::WriteToSD() {
547547
logfile.print((millis()-start_time)/1000.0000); //print seconds since start
548548
logfile.print(",");
549549

550-
logfile.print(VER); // Print library version
550+
logfile.print(ver); // Print library version
551551
logfile.print(",");
552552

553553
logfile.print(library_version); // Print code or program version

src/Force.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* - Adafruit GFX Library (v1.10.7) by Adafruit
1010
* - Adafruit Adafruit_SPIFlash (v3.4.1) by Adafruit
1111
*/
12-
#define VER "1.3.2"
1312

1413
#ifndef FORCE_H
1514
#define FORCE_H

0 commit comments

Comments
 (0)