1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 23:56:13 +01:00

use M1 and M2 instead of MD for motor control

This commit is contained in:
Harald Barth 2023-05-02 23:51:17 +02:00
parent efdbfcb030
commit 9d953c70b8
2 changed files with 5 additions and 2 deletions

View File

@ -229,7 +229,10 @@ void CommandDistributor::broadcastLoco(byte slot) {
Serial2.print("R1: 2047\r\n");
Serial2.print("R2: 2047\r\n");
}
Serial2.print("MD: ");
Serial2.print("M1: ");
Serial2.print(speed);
Serial2.print("\r\n");
Serial2.print("M2: ");
Serial2.print(speed);
Serial2.print("\r\n");
}

View File

@ -1 +1 @@
#define GITHUB_SHA "devel-202304172140Z"
#define GITHUB_SHA "devel-202305022149Z"