Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[shell] Fixes for Matter cli (#31768)
* [shell] Fixed parsing of long otcli commands The otcli command buffer (128) was to small for some ot commands like otcli dataset set active <hex dataset>. The 128 value was taken from an OT config a long time ago and since was increased to 384. A new static constexpr was created with the value of 384 to be used instead of the define. Signed-off-by: Marius Preda <[email protected]> * [shell] Add backspace character in ReadLine Signed-off-by: Andrei Menzopol <[email protected]> --------- Signed-off-by: Marius Preda <[email protected]> Signed-off-by: Andrei Menzopol <[email protected]> Co-authored-by: Marius Preda <[email protected]>
- Loading branch information