Closed Thelvaen closed 2 years ago
sorry, looks like as I did not make a proper branch with that code, and with the improved BME280 version the workflow failed.
sorry, still a noob with git ^^
corrected my master branch to remove the Adafruit BME280 references (#18), I placed them in a branch.
Sorry for the mess it kinda made here, I'm still learning how github works :)
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark pull requests as stale.
This pull request has been closed due to inactivity. If you feel this is in error, please reopen the pull request or file a new PR with the relevant details.
improvement based on #15
added FLIP_SCREEN toggle to the config, also changed below vars for consistency with the rest of the code and to match best practices (Upper Snake Case for #define)
define staticip => #define STATIC_IP
and: IPAddress static_ip => IPAddress staticIp