Skip to content

Updating value inside struct. #51

@zygisjas

Description

@zygisjas

Is there a way to update only one value inside the struct object instead of updating them all?

I've tried something like:

settings.saved = true;
flashStore.write(settings.saved);

Getting error:

exit status 1
no matching function for call to 'FlashStorageClass<Settings>::write(boolean&)'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions