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:
parent
efdbfcb030
commit
9d953c70b8
|
@ -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");
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
#define GITHUB_SHA "devel-202304172140Z"
|
||||
#define GITHUB_SHA "devel-202305022149Z"
|
||||
|
|
Loading…
Reference in New Issue
Block a user