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

Closed
wants to merge 244 commits into from

Conversation

LeeLeahy2
Copy link
Collaborator

No description provided.

LeeLeahy2 added 30 commits May 15, 2025 08:09
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 26 commits May 15, 2025 08:09
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
@LeeLeahy2
Copy link
Collaborator Author

No longer needed

@LeeLeahy2 LeeLeahy2 closed this May 16, 2025
@LeeLeahy2 LeeLeahy2 deleted the wifi branch May 16, 2025 17:59
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