1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-29 10:23:45 +02:00

Revert momentum additions, squashed

commit 4e57a80265.
This commit is contained in:
Harald Barth
2024-08-08 10:45:44 +02:00
parent c5c5609fc6
commit 05e77c924e
12 changed files with 134 additions and 237 deletions

View File

@@ -28,7 +28,6 @@
#include "StringBuffer.h"
#include "defines.h"
#include "EXRAIL2.h"
#include "DCC.h"
#if WIFI_ON | ETHERNET_ON
// Command Distributor must handle a RingStream of clients
@@ -47,7 +46,7 @@ private:
#endif
public :
static void parse(byte clientId,byte* buffer, RingStream * ring);
static void broadcastLoco(DCC::LOCO * slot);
static void broadcastLoco(byte slot);
static void broadcastForgetLoco(int16_t loco);
static void broadcastSensor(int16_t id, bool value);
static void broadcastTurnout(int16_t id, bool isClosed);