We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ff28d commit 681ce84Copy full SHA for 681ce84
CHANGELOG.md
@@ -6,6 +6,7 @@ v2.8:
6
7
* Corrects the serial token timestamp printing - resolves #192
8
* The charsReceived debug print ("Total chars received: ") now excludes the length of the timestamps
9
+* Consistent use of File32/ExFile/FsFile/File. Don't use SdFile for temporary files
10
11
v2.7:
12
---------
Firmware/OpenLog_Artemis/OpenLog_Artemis.ino
@@ -158,6 +158,7 @@
158
v2.8:
159
Corrects the serial token timestamp printing - resolves #192
160
The charsReceived debug print ("Total chars received: ") now excludes the length of the timestamps
161
+ Consistent use of File32/ExFile/FsFile/File. Don't use SdFile for temporary files
162
163
*/
164
0 commit comments