-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ESP32] Handeled commissioning case with invalid ssid/pass (#18472)
* [ESP32] Handeled commissioning case with invalid ssid/pass * Rebase and send network-not-found message to chip-tool just 1sec before timeout * Resolved conflict * Resolved merge conflicts * Updated comment * Added delay from device side * Removed the delay added to client * Restyled by clang-format Co-authored-by: Restyled.io <[email protected]>
- Loading branch information
1 parent
b9e1102
commit 4b6fc80
Showing
2 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Shouldn't we exit and report the error if an error occurred? Now
err
is overwritten on the next line of code.