Skip to content

Commit c2892ca

Browse files
Merge pull request #23 from Xylopyrographer/Prefs-fix-Ver-Rel
For v1.7.2
2 parents 011c132 + 4edb9d7 commit c2892ca

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

v1.7.2 README.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Version 1.7.2 README
2+
3+
Minor bug fix release.
4+
5+
No changes to the STAC code.
6+
7+
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.
19+
20+
    \- Xylopyrographer
21+
      2021-04-12

0 commit comments

Comments
 (0)