Skip to content

Commit

Permalink
Bumping version after PR #21
Browse files Browse the repository at this point in the history
  • Loading branch information
nseidle committed Mar 18, 2019
1 parent 3b40061 commit d2cc97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/OpenLCD/OpenLCD.ino
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

//Firmware version. This is sent when requested. Helpful for tech support.
const byte firmwareVersionMajor = 1;
const byte firmwareVersionMinor = 2;
const byte firmwareVersionMinor = 3;

#include <Wire.h> //For I2C functions
#include <SPI.h> //For SPI functions
Expand Down

0 comments on commit d2cc97c

Please sign in to comment.