We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b40061 commit d2cc97cCopy full SHA for d2cc97c
firmware/OpenLCD/OpenLCD.ino
@@ -24,7 +24,7 @@
24
25
//Firmware version. This is sent when requested. Helpful for tech support.
26
const byte firmwareVersionMajor = 1;
27
-const byte firmwareVersionMinor = 2;
+const byte firmwareVersionMinor = 3;
28
29
#include <Wire.h> //For I2C functions
30
#include <SPI.h> //For SPI functions
0 commit comments