Skip to content

Commit 2a7ace6

Browse files
Add 'JM01' to default priority nodes
Added 'JM01' to the list of default priority nodes while keeping the existing hardcoded configuration.
1 parent 7e93b23 commit 2a7ace6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/ARRModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ARRModule::ARRModule()
3636
// TODO: Load priority shortnames from configuration instead of hardcoding
3737
// For now, keep the test configuration but add validation
3838
const char* defaultPriorityNodes[] = {
39-
"rxr1", "CSR1", "7e4c", "WOLF", "TCMQ", "CSR5", "CS11"
39+
"rxr1", "CSR1", "7e4c", "WOLF", "TCMQ", "CSR5", "CS11", "JM01"
4040
};
4141

4242
LOG_WARN("ARR: Using hardcoded priority nodes (should be configurable)");

0 commit comments

Comments
 (0)