-
Notifications
You must be signed in to change notification settings - Fork 172
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
Updates to merge the saved and current config in the UI. #759
Conversation
…sing a message from the FPP Sync source.
…newer fields that may not be present in the config being restored.
Added missing images
Added missing build targets.
@@ -25,6 +25,29 @@ | |||
"offset": "0x200000" | |||
} | |||
}, | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this supposed to be for the older V2 hardware that used the ESP01 modules or something else like an ESP01 carrier in a wemos slot or something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ESP01S has an ESP01 footprint with the larger 4MB flash size. That would allow V4 to run on the V2 HW.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you change the name to "ESPixelStick V2 ESP01S"? Thanks!
Also fixed a crash on the ESP8266 due to a race condition in the remote file close function.