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
Only change is to the modified Preferences.cpp file in the `/libraries/Preferences/ `folder.
8
+
9
+
It was revised to correct a coding error in writing to the `log_e` file in
10
+
the `clear()` and `end()` methods.
11
+
12
+
This bug would only show in a very very rare case should a commit to the NVS memory fail when calling one of those methods.
13
+
14
+
If you did not replace the standard `Preferences.cpp` file with the modified one, there is nothing you need to do. The version running in your STAC is all good.
15
+
16
+
If you did replace the standard `Preferences.cpp` file, follow the directions in the `libraries/libraries_README.md` file using this revised `Preferences.cpp` file. Then re-upload the STAC code into your ATOM and you're good to go.
17
+
18
+
My apologies. Nothing like writing code to keep one humble.
0 commit comments