Skip to content

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
wants to merge 247 commits into
base: release_candidate
Choose a base branch
from

Conversation

LeeLeahy2
Copy link
Collaborator

No description provided.

LeeLeahy2 added 30 commits May 11, 2025 13:53
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
LeeLeahy2 added 30 commits May 12, 2025 20:06
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant