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

SensorGroup

This commit is contained in:
Asbelos
2025-07-24 18:19:13 +01:00
parent 940d7d70e2
commit 823ceef338
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ void SensorGroup::checkAll() {
// called by command to get sensor list // called by command to get sensor list
void SensorGroup::printAll(Print * serial) { void SensorGroup::printAll(Print * serial) {
(void)serial; // suppress unused warning
#ifdef EXRAIL_ACTIVE #ifdef EXRAIL_ACTIVE
doExrailSensorGroup(GroupProcess::PRINT,serial); doExrailSensorGroup(GroupProcess::PRINT,serial);
#endif #endif

View File

@@ -24,6 +24,7 @@
#include "Arduino.h" #include "Arduino.h"
#include "IODevice.h" #include "IODevice.h"
#include "SensorGroup.h"
// Uncomment the following #define statement to use callback notification // Uncomment the following #define statement to use callback notification
// where the driver supports it. // where the driver supports it.