Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash on read Networks when not connected (#19588)
* Fix crash on read Networks when not connected This happens when running the example apps on linux with the wifi feature enabled (--wifi) because the device is actually connected via ethernet and wifi is not connected. This could happen in a prod device if > 1 network type was supported. Fixes #19585 * Restyled by clang-format Co-authored-by: Restyled.io <commits@restyled.io>
- Loading branch information