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
when datalog happened it will store inside the file, but the problem is after that it will again go inside the if condition instead of else and double the data stored inside the same file
when datalog happened it will store inside the file, but the problem is after that it will again go inside the if condition instead of else and double the data stored inside the same file
if (res == SPIFFS_OK) {
d->block = bix;
d->entry = entry + 1;
e->obj_id &= ~SPIFFS_OBJ_ID_IX_FLAG;
ret = e;
} else {
d->fs->err_code = res;
}
SPIFFS_UNLOCK(d->fs);
return ret;
The text was updated successfully, but these errors were encountered: