Skip to content

Development version is now master branch #1

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 6 commits into from
Mar 29, 2018
Merged

Development version is now master branch #1

merged 6 commits into from
Mar 29, 2018

Conversation

kevinkk525
Copy link
Owner

As this fork is now referenced as an experimental version of the original it makes sense to pull all changes to the master branch.

Changed structure to be clearly arranged and to make it usable as
module.
Updated mqtt_as to not use some workarounds needed for ESP32 with
loboris port.
Updated README.
removed config dictionary to save ~100-200B which is especially
important on esp8266. Moved config dictionary to config.py to still make
it possible to configure the library using that dict.
Minimal version for esp8266 saving another 150-250B by removing
functions for esp32 and sonoff and by removing not needed functions.
extended class Lock with method locked() returning self._locked to make
it more useful outside of mqtt_as
Added misssing documentation about changes made for chaning the way the
constructor is called, usage in loboris fork and esp8266 minimal
version.
Also put all remote_mqtt tests in sepearate folder.
@kevinkk525 kevinkk525 merged commit 30b9104 into master Mar 29, 2018
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