Skip to content
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

ElegantOTA #242

Open
madmac12 opened this issue Dec 29, 2024 · 0 comments
Open

ElegantOTA #242

madmac12 opened this issue Dec 29, 2024 · 0 comments

Comments

@madmac12
Copy link

madmac12 commented Dec 29, 2024

Hi,
I had an error with vscode with line 80 in elegantota.cpp (with ESP8266):
uint32_t update_size = mode == OTA_MODE_FILESYSTEM ? ((size_t)FS_end - (size_t)FS_start)
I had to replace FS_end with _ FS_end and FS_start with _ FS_start to fix it.
Just want you to know.
It is working very well. Thanks

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

No branches or pull requests

1 participant