mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-12-24 21:21:24 +01:00
Small typo in tone scale
This commit is contained in:
parent
4adcdc1b0b
commit
b01e4388ce
@ -234,7 +234,7 @@ void MotorDriver::startCurrentFromHW() {
|
|||||||
#if defined(ARDUINO_ARCH_ESP32)
|
#if defined(ARDUINO_ARCH_ESP32)
|
||||||
uint16_t taurustones[28] = { 165, 175, 196, 220,
|
uint16_t taurustones[28] = { 165, 175, 196, 220,
|
||||||
247, 262, 294, 330,
|
247, 262, 294, 330,
|
||||||
249, 392, 440, 494,
|
349, 392, 440, 494,
|
||||||
523, 587, 659, 698,
|
523, 587, 659, 698,
|
||||||
494, 440, 392, 249,
|
494, 440, 392, 249,
|
||||||
330, 284, 262, 247,
|
330, 284, 262, 247,
|
||||||
|
Loading…
Reference in New Issue
Block a user