We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141fffa commit 268961eCopy full SHA for 268961e
1 file changed
examples/FORCE/FORCE.ino
@@ -17,7 +17,7 @@
17
// DON'T EDIT THESE LINES
18
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
19
#include <Force.h> //Include FORCE library
20
-String ver = "v1.2.0"; //unique identifier text
+String ver = "Force"; //unique identifier text
21
Force force(ver); //start FORCE object
22
23
void setup() {
0 commit comments