Skip to content

1.12.0 release mentions unsupported remote 'get prv.key' command #1552

@lebeno

Description

@lebeno

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:

  • remote “set prv.key” CLI

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions