Open zygisjas opened 3 years ago
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&)'
Is there a way to update only one value inside the struct object instead of updating them all?
I've tried something like:
Getting error: