Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamdp committed Jan 18, 2022
1 parent d3e3a18 commit 1e695c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions examples/lighting-app/esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,6 @@ type below query.
>matter ota query 1 12346 0
```

Alternate way to query an OTA image using chip-tool

```
./out/debug/chip-tool otasoftwareupdaterequestor announce-ota-provider 12346 0 0 0 12345 0
```

## Apply update

Once the transfer is complete OTA requestor sends ApplyUpdateRequest command to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void OTAProviderCommands::Register()

sSubShell.RegisterCommands(subCommands, ArraySize(subCommands));

// Register the root `ota` command in the top-level shell.
// Register the root `OTA Provider` command in the top-level shell.
static const shell_command_t otaProviderCommand = { &OTAProviderHandler, "OTAProvider", "OTA Provider commands" };

Engine::Root().RegisterCommands(&otaProviderCommand, 1);
Expand Down

0 comments on commit 1e695c4

Please sign in to comment.