New slider signals

This commit is contained in:
Brian Hrebec 2024-04-01 16:39:27 -05:00
parent 4211a85562
commit 9f4634735b
6 changed files with 104 additions and 53 deletions

View file

@ -57,7 +57,7 @@ void handleTestMode(state_t &state) {
Serial.print(">util");
Serial.print(i);
Serial.print(":");
Serial.println(readTouchUtil(i));
Serial.println(readTouchRoller(i));
}
}