1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00

Start on position description

This commit is contained in:
peteGSX
2023-09-06 15:16:46 +10:00
parent 6adff43f4b
commit 1f5f7754c1
3 changed files with 10 additions and 5 deletions

View File

@@ -149,7 +149,7 @@ class LookList {
static const FSH * getRosterName(int16_t id);
static const FSH * getRosterFunctions(int16_t id);
static const FSH * getTurntableDescription(int16_t id);
// static const FSH * getTurntablePositionDescription(int16_t id, uint8_t position);
static const FSH * getTurntablePositionDescription(int16_t turntableId, uint8_t positionId);
private:
static void ComandFilter(Print * stream, byte & opcode, byte & paramCount, int16_t p[]);