-
Notifications
You must be signed in to change notification settings - Fork 15
DO-NOT-MERGE: Changes from release_candidate to leeUpdates #636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
LeeLeahy2
wants to merge
247
commits into
sparkfun:release_candidate
Choose a base branch
from
LeeLeahy2:wifi
base: release_candidate
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
Bash scripts: * check.sh - Perform a set of builds, commenting out various defines * check_branches.sh - For each branch call check_named_branch.sh, file check_named_branch.dat contains the branch names * check_commits.sh - For each commit call check_named_branch.sh, the end (defaults to HEAD) and start (defaults to release_candidate) commits are provided as parameters * check_named_branch.sh - Display the branch, call check.sh, the commit or branch is provided as a parameter * rebase.sh - Rebase a number of branches on top of one another, the branch names are in the file rebase.dat
Rename routines: * n*InterfaceEventInternetAvailable --> n*InternetConnectionAvailable * n*InterfaceEventInternetLost --> n*InterfaceInternetConnectionLost
Routines: * espnowBeginPairing --> espNowBeginPairing * espnowGetState --> espNowGetState * espnowIsPaired --> espNowIsPaired * espnowOnDataReceived --> espNowOnDataReceived * espnowOnDataSent --> espNowOnDataSent * espnowProcessRTCM --> espNowProcessRTCM * espnowRemovePeer --> espNowRemovePeer * espnowSendPairMessage --> espNowSendPairMessage * espnowSetState --> espNowSetState * updateEspnow --> espNowUpdate Variables: * espnowBroadcastAddr --> espNowBroadcastAddr
Changes: * Add more debug output * No soft AP password required * Allocate and free copy of soft AP SSID * Verify that at least one SSID is in settings.wifiNetworks * Verify that the requested adapters were started or already running
Changes: * Define allOnline constant * Add more debug output * Determine which components are being started * Clear the saved soft AP SSID when the soft AP is stopped * Append the last 4 digits of the MAC address to the soft AP name * Set the soft AP host name * Handle nullptr for _apSsid, don't crash during print * Set the WiFi station host name * Determine if a WiFi reconnection should occur * Set the online flags for (ESP-NOW, soft AP and WiFi station) * Return status indicating if all the requested WiFi modes were started
No need for limitReached = false, retries already limited to 3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.