Skip to content

Commit 0c03c16

Browse files
chore: add command listener to the system
1 parent 668a98b commit 0c03c16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

room_control_unit/room_control_unit.ino

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ void setup() {
2424
System::getInstance()->addTask(new PresenceMonitoring(PRESENCE_MONITORING_PERIOD, getPresenceMonitoringContext(eventList)));
2525
System::getInstance()->addTask(new PeopleTracking(PEOPLE_TRACKING_PERIOD, getPeopleTrackingContext(eventList)));
2626
System::getInstance()->addTask(new ORAdvancedMonitoring(OR_ADVANCE_MONITORING_PERIOD, getORAdvancedMonitoringContext(eventList)));
27+
System::getInstance()->addTask(new CommandListener(COMMAND_LISTENER_PERIOD, getCommandListenerContext(SerialInterface::getInstance())));
2728
}
2829

2930
void loop() {

0 commit comments

Comments
 (0)