Versioning
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
#ifndef LANGUAGE_H
|
#ifndef LANGUAGE_H
|
||||||
#define LANGUAGE_H
|
#define LANGUAGE_H
|
||||||
|
|
||||||
#define VERSION "v2.11.6"
|
#define VERSION "v2.11.7"
|
||||||
|
|
||||||
// [number of languages][number of texts]
|
// [number of languages][number of texts]
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -13,7 +13,7 @@ void doTouchEvent(uint16_t x, uint16_t y) {
|
|||||||
if (x > 50 && x < 90 && y > 0 && y < 30 && band < BAND_GAP) { // ---------------------
|
if (x > 50 && x < 90 && y > 0 && y < 30 && band < BAND_GAP) { // ---------------------
|
||||||
doStereoToggle(); // Stereo toggle
|
doStereoToggle(); // Stereo toggle
|
||||||
} else if (x > 155 && x < 250 && y > 0 && y < 30) {
|
} else if (x > 155 && x < 250 && y > 0 && y < 30) {
|
||||||
Serial.println("BW");
|
//
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user