Skip to content
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

WiFi Mesh Update 2.1 #5157

Merged
merged 9 commits into from
Sep 24, 2018
Merged

WiFi Mesh Update 2.1 #5157

merged 9 commits into from
Sep 24, 2018

Conversation

aerlon
Copy link
Contributor

@aerlon aerlon commented Sep 21, 2018

Update the mesh network library to version 2.1. Adds polish and new functionality in addition to fixing the issues remaining from PR #4718.

- Make uint64ToString and stringToUint64 methods into stand-alone type conversion functions.
- Add getters and setters for requestHandler and responseHandler.
- Polish HelloMesh.ino code by adding networkIndex as networkFilter loop variable and switching networkFilter definition position.
- Add initial WiFi.disconnect() in HelloMesh.ino setup() function to ensure smooth WiFi operation.
- Add latestTransmissionSuccessful() convenience method.
- Change default WiFi mode to WIFI_STA and improve handling of WiFi mode (fixes issue #5071).
- Add checks to methods that change AP properties to avoid unnecessary AP restarts.
- Add getter for ESP8266WiFiMesh SSID and getters and setters for ESP8266WiFiMesh settings related to hidden SSID usage, max station connections allowed per AP and WiFi timeouts.
- Make waitForClientTransmission method use more accurate timekeeping.
- Improve type usage.
- Improve comments.
- Update README.md, keywords.txt and library.properties.
- Fix crash bug due to WiFiServer duplication when using the ESP8266WiFiMesh copy constructor with the AP controller as argument, under certain circumstances.
- Add comments explaining F(), FPSTR() and PROGMEM.

- Fix README.md formatting.
…WiFiMesh class since they are now stand-alone functions in the TypeConversionFunctions files.
@aerlon aerlon changed the title WiFi esh update 2.1 WiFi Mesh Update 2.1 Sep 21, 2018
@devyte devyte added this to the 2.5.0 milestone Sep 24, 2018
@devyte devyte merged commit 88bd26b into esp8266:master Sep 24, 2018
@aerlon aerlon deleted the wifi_mesh_update_2.1 branch September 25, 2018 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants