-
-
Notifications
You must be signed in to change notification settings - Fork 37
Fix firmware upgrade for 2M ESP8266 boards #1213
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
Conversation
|
There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. Thank you for your contributions. |
|
WLED documentation already updated about correspondent issue: https://kno.wled.ge/basics/install-binary/ |
|
@frenck, could you merge this PR? |
|
There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. Thank you for your contributions. |
|
Issue #113760 on HomeAssistant Core GitHub page. |
|
I ran into this same issue recently and needed to manually do the OTA updates. It would be awesome if this PR could be merged to make updating way easier. |
|
There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. Thank you for your contributions. |
Due to space constraints, only gzip-compressed binaries should be used for upgrade ESP8266 devices with 2M memory. A more detailed explanations can be found at `https://github.com/Aircoookie/WLED/issues/3257`
Proposed Changes
Fix firmware upgrade for 2M ESP8266 boards.
Due to space constraints, only gzip-compressed binaries should be used for upgrade ESP8266 devices with 2M memory.
Related Issues
A more detailed explanations can be found at issue on WLED project page