-
-
Notifications
You must be signed in to change notification settings - Fork 509
Release v2.1.0 #331
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
Merged
Merged
Release v2.1.0 #331
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
….42.1 Catch bind error and produce a helpful message if port is unavailable This should make it possible to run the server without interfering with 0.0.0.0:80
Now that there is no conflict for ports, we do not have to stop apache or mosquitto before starting our own
Do not overwrite config backups #61
Timeout waiting for the upgraded device after ~30s Supress pushd/popd output
Allows smart-config to run as long as start_flash determines it necessary
…face to come up This quick fix avoids issues where we want to bind to a specific address offered on the new AP
No need to backup or restore dnsmasq.conf Use wildcard to resolve all dns queries to 10.42.42.1 Write hostapd.conf locally so we don't need to backup/restore Use sudo when writing NetworkManager.conf Added and tweaked some log messages Use pkill to stop hostapd so the cleanup portion of setup_ap is run
Use ping builtin timeout instead of separate timeout process
… and after receiving registration call
…nd I haven't been able to figure out why
…ound to this interface
…ial address conflict
…c file Cut hostapd.conf down to bare configuration Added hostapd ctrl interface Reduce log noise by specifying hostapd log level info Specify interface for hostapd by argument rather than config No password on vtrust-flash Updated smartconfig for no password
Good catch @xoseperez, I hadn't noticed this
ESPurna image
…anup Use bash trap to guarantee cleanup on script exit This means the user can ^C out and it will do the right thing
This was referenced Oct 23, 2019
Closed
Closed
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.
Combines #196 #225 #276 #291 #295 #309 and various other bug fixes and enhancements.
Most notably this release provides improved compatibility and reliability of AP related functions and greater ease of use. See individual PRs or commit history for more details.
First tagged release for easier tracking and management. Previous release unofficially referred to as tuya-convert 2.0, so we'll start with v2.1.0.