Skip to content

Commit 795dc84

Browse files
committed
Typo fixes
1 parent edf672c commit 795dc84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firmware/OpenLog_Firmware/OpenLog/OpenLog.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
http://creativecommons.org/licenses/by-sa/3.0/
88
Feel free to use, distribute, and sell varients of OpenLog. All we ask is that you include attribution of 'Based on OpenLog by SparkFun'.
99
10-
OpenLog is based on the work of Bill Greiman and sdfatlib: https://github.com/greiman/SdFat-beta Currently SDFat v1.1.4.
10+
OpenLog is based on the work of Bill Greiman and sdfatlib. Currently SDFat v1.1.4: https://github.com/greiman/SdFat/releases/tag/1.1.4
1111
SerialPort is the work of Bill Greiman and is used to increase the size of the RX buffer: https://github.com/greiman/SerialPort
1212
1313
OpenLog is a simple serial logger based on the ATmega328 running at 16MHz. The whole purpose of this
@@ -270,7 +270,7 @@ void loop(void)
270270
//If we are in new log mode, find a new file name to write to
271271
if (setting_systemMode == MODE_NEWLOG || setting_systemMode == MODE_ROTATE)
272272
{
273-
//If in MODE_NEWLOG, then just append the file name that newLog() returns and aignore return value of appendFile()
273+
//If in MODE_NEWLOG, then just append the file name that newLog() returns and ignore return value of appendFile()
274274
//If in MODE_ROTATE, then as long as appendFile() keeps returning 0 (meaning the file is full and a new one
275275
// needs to be started) keep creating new files and logging new data. If appendFile() returns a 1 then the escape
276276
// sequence has been triggered so drop out of this while() loop and let commandShell() run.

0 commit comments

Comments
 (0)