aboutsummaryrefslogtreecommitdiff
path: root/esp32/lego-piano.ino
diff options
context:
space:
mode:
Diffstat (limited to 'esp32/lego-piano.ino')
-rw-r--r--esp32/lego-piano.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/esp32/lego-piano.ino b/esp32/lego-piano.ino
index 2ac4344..575f55e 100644
--- a/esp32/lego-piano.ino
+++ b/esp32/lego-piano.ino
@@ -31,7 +31,7 @@ const int cols[col_count] = { 17, 33, 16, 21, 22 };
const int adc[row_count] = { 2, 4, 12, 27, 14 };
const int ampEnable = 32;
-const int octave_shift = 4;
+const int octave_shift = 2;
void setup() {
Serial.begin(115200);