The release notes for the v1.12.0 Room Server and Repeater firmware mention this in the Change log:
- remote “get/set prv.key” CLI
When I try a get prv.key on the remote CLI of a repeater running v1.12.0, it returns: ??: prv.key
It looks like PR #1457 has added support for set prv.key via remote CLI, but not for get prv.key via remote CLI. The code in src/helpers/CommonCLI.cpp still limits that command to serial only:
} else if (sender_timestamp == 0 && memcmp(config, "prv.key", 7) == 0) { // from serial command line only
I suppose the Change log should be changed to:
The release notes for the v1.12.0 Room Server and Repeater firmware mention this in the Change log:
When I try a
get prv.keyon the remote CLI of a repeater running v1.12.0, it returns:??: prv.keyIt looks like PR #1457 has added support for
set prv.keyvia remote CLI, but not forget prv.keyvia remote CLI. The code in src/helpers/CommonCLI.cpp still limits that command to serial only:I suppose the Change log should be changed to: