1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-24 21:21:24 +01:00

send milliAmps and meter setup for new JMRI Meter function

This commit is contained in:
SteveT 2021-01-06 16:09:26 -05:00
parent e7ada19c97
commit 7f27cfc9cb

View File

@ -73,9 +73,6 @@ class DCCWaveform {
} }
return maxmA; return maxmA;
} }
inline int getRawCurrentTripValue() {
return motorDriver->getRawCurrentTripValue();
}
void schedulePacket(const byte buffer[], byte byteCount, byte repeats); void schedulePacket(const byte buffer[], byte byteCount, byte repeats);
volatile bool packetPending; volatile bool packetPending;
volatile byte sentResetsSincePacket; volatile byte sentResetsSincePacket;