mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-22 10:03:51 +08:00
Added configuration listing command.
This commit is contained in:
+1
-1
@@ -188,7 +188,7 @@ int main(int argc, char **argv)
|
||||
if (command == "alias") {
|
||||
master.writeAlias(slavePosition, force, commandArgs);
|
||||
} else if (command == "config") {
|
||||
master.showConfig();
|
||||
master.showConfigs(verbose);
|
||||
} else if (command == "data") {
|
||||
master.outputData(domainIndex);
|
||||
} else if (command == "debug") {
|
||||
|
||||
Reference in New Issue
Block a user