1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-26 17:46:14 +01:00

Compare commits

..

No commits in common. "fe2f705fa9923e491c7adb5453f7b74e7eaf4ecf" and "4ab77c21edf728989de6e8da03029546fdfd1915" have entirely different histories.

3 changed files with 2 additions and 12 deletions

View File

@ -1 +1 @@
#define GITHUB_SHA "devel-202409121220Z"
#define GITHUB_SHA "devel-202409090609Z"

View File

@ -322,15 +322,6 @@ void WiThrottle::locoAction(RingStream * stream, byte* aval, char throttleChar,
}
break;
}
case 'f': // Function key set, force function variant
{
bool pressed=aval[1]=='1';
int fKey = getInt(aval+2);
LOOPLOCOS(throttleChar, cab) {
DCC::setFn(myLocos[loco].cab,fKey, pressed);
}
break;
}
case 'q':
if (aval[1]=='V' || aval[1]=='R' ) { //qV or qR
// just flag the loco for broadcast and it will happen.

View File

@ -3,8 +3,7 @@
#include "StringFormatter.h"
#define VERSION "5.2.77"
// 5.2.77 - Withrottle: Implement "force function" subcommand "f"
#define VERSION "5.2.76"
// 5.2.76 - Bugfix: EXRAIL: Catch CV read errors in the callback
// 5.2.75 - Bugfix: Serial lines 4 to 6 OK
// 5.2.74 - Bugfix: ESP32 turn on the joined prog (as main) again after a prog operation