mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-07-28 09:53:45 +02:00
SensorGroup
This commit is contained in:
@@ -9,6 +9,7 @@ void SensorGroup::checkAll() {
|
||||
|
||||
// called by command to get sensor list
|
||||
void SensorGroup::printAll(Print * serial) {
|
||||
(void)serial; // suppress unused warning
|
||||
#ifdef EXRAIL_ACTIVE
|
||||
doExrailSensorGroup(GroupProcess::PRINT,serial);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user