Skip to content

Commit

Permalink
fixed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchurch13 committed Nov 26, 2018
1 parent 8f89940 commit ca2835c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Mechaduino/Mechaduino/Parameters.h
Expand Up @@ -3,7 +3,7 @@
#ifndef __PARAMETERS_H__
#define __PARAMETERS_H__

#define firmware_version "0.1.4" //firmware version
#define firmware_version "0.1.5" //firmware version
#define identifier "x" // change this to help keep track of multiple mechaduinos (printed on startup)

//----Current Parameters-----
Expand Down Expand Up @@ -90,11 +90,3 @@ extern const int sin_1[];


#endif








0 comments on commit ca2835c

Please sign in to comment.