mirror of
https://github.com/espressif/openthread.git
synced 2026-07-09 05:40:27 +00:00
db2e313ef0
This commit disallows concurrent commands. With this commit, the CLI only execute a new command after it complete the previous command. CLI can also prompt properly after the command execution is done. Other fixes and enhancements: - Fixes premature command prompt - Add ping async command for ping in async mode: output Done immediately but print ping responses later on. - Fixes networkdiagnostic get outputs multiple Done by always waiting for 5 seconds.