Skip to content

Conversation

@earlephilhower
Copy link
Owner

Takes a list of APs, finds the one with highest RSSI, and tries to connect.

Takes a list of APs, finds the one with highest RSSI, and tries to connect.
@earlephilhower earlephilhower merged commit e2afeae into master Aug 19, 2022
@earlephilhower earlephilhower deleted the wfm branch August 19, 2022 19:28
schkovich pushed a commit to schkovich/arduino-pico that referenced this pull request May 24, 2025
When cloning the pico-sdk repo manually, one normally would do `git
submodule update --init`, which is non-recursive. However, when cloning
automatically, CMake will recursively update submodules by default.
Updating all of tiny-usb's submodules takes an extremely long time.
Luckily, CMake 3.17 added an option we can specify for FetchContent to
tell it not to recursively update submodules. On older CMake versions,
the flag is not used. For those with a new enough version of CMake, this
will significantly speed up SDK cloning.

Fixes earlephilhower#771.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants