sparkfun / Logomatic

Main firmware for the Logomatic Version 2
http://www.sparkfun.com/products/10216
Other
14 stars 26 forks source link

Safety spelt incorrectly #13

Closed garrettseepersad closed 6 years ago

garrettseepersad commented 6 years ago

"Saftey"

File: FW.SFE Saftey On = Y

File: main.c strcpy(stringBuf, "MODE = 0\r\nASCII = N\r\nBaud = 4\r\nFrequency = 100\r\nTrigger Character = $\r\nText Frame = 100\r\nAD1.3 = N\r\nAD0.3 = N\r\nAD0.2 = N\r\nAD0.1 = N\r\nAD1.2 = N\r\nAD0.4 = N\r\nAD1.7 = N\r\nAD1.6 = N\r\nSaftey On = Y\r\n");

Grahldg commented 6 years ago

It appears that it was this line that had the typo and that it was already corrected. If that's the case I will close the issue. If not, please send a link to the line/file and I will correct it.