Liu Song’s Projects


~/Projects/AWTRIX2.0-Controller

git clone https://code.lsong.org/AWTRIX2.0-Controller

Commit

Commit
3bc52e3d5e5c197e21b42dfe67c877ad245f4bba
Author
Stephan Mühl <31169771+[email protected]>
Date
2019-07-29 12:40:31 +0200 +0200
Diffstat
 src/AWTRIXController.cpp | 2 +-

Update AWTRIXController.cpp


diff --git a/src/AWTRIXController.cpp b/src/AWTRIXController.cpp
index aa3018d08b756670a68abbe685a0def16c9f42bb..549a956bf1e1d513b03e64c8f6eee27eea0a9ac4 100644
--- a/src/AWTRIXController.cpp
+++ b/src/AWTRIXController.cpp
@@ -39,7 +39,7 @@ int pairingState = 0;	  //0 = not paired ; 1 = paired
 int MatrixType = 1;
 int matrixTempCorrection = 0;
 
-String version = "0.11";
+String version = "0.12";
 char awtrix_server[16];
 
 IPAddress Server;