Skip to content

Commit

Permalink
Upped patch level
Browse files Browse the repository at this point in the history
  • Loading branch information
hjd1964 committed Oct 19, 2021
1 parent 515505b commit 2e972a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OnStep.ino
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#define FirmwareDate __DATE__
#define FirmwareVersionMajor 4
#define FirmwareVersionMinor 24 // minor version 0 to 99
#define FirmwareVersionPatch "l" // for example major.minor patch: 1.3c
#define FirmwareVersionPatch "m" // for example major.minor patch: 1.3c
#define FirmwareVersionConfig 3 // internal, for tracking configuration file changes
#define FirmwareName "On-Step"
#define FirmwareTime __TIME__
Expand Down

0 comments on commit 2e972a3

Please sign in to comment.