-
-
Notifications
You must be signed in to change notification settings - Fork 130
Feature/littlefs update #42
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
base: master
Are you sure you want to change the base?
Conversation
Does also start the webportal if wifi is already configures makes it easier to change settings if needed
if old config file is present
add build for platform io
add static code analyse
Create platformio.yml
Looking at the changes, it seems that this removes all the home assistant functionality? |
I didn't check connection with home assistant. But the autoconfig on mqtt has been disabled. I'll enable that again. |
There is also a git workflow in this branch. It will help detect issues in the code after commit. You need to enable this in the git repo. You can check what is does and the result on my fork. https://github.com/wvtbg/esp8266-vindriktning-particle-sensor/actions |
Make use of GitHub actions to build sources. If there is an error the build will fail and users will see the branch is not working.
Use a beta version of WiFiManager to make it possible to update settings after the initial setup.
Use LittleFS as SPIFFS is deprecated and may be removed in a later release