You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: