Skip to content

Commit 268961e

Browse files
authored
Add files via upload
Corrected string code for program version.
1 parent 141fffa commit 268961e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/FORCE/FORCE.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// DON'T EDIT THESE LINES
1818
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1919
#include <Force.h> //Include FORCE library
20-
String ver = "v1.2.0"; //unique identifier text
20+
String ver = "Force"; //unique identifier text
2121
Force force(ver); //start FORCE object
2222

2323
void setup() {

0 commit comments

Comments
 (0)