434
edits
Samthetechie (talk | contribs) |
Samthetechie (talk | contribs) |
||
| Line 33: | Line 33: | ||
===Sauce Code Breakdown=== | ===Sauce Code Breakdown=== | ||
The source is currently in an IF loop in the NotifyBoard arduino sketch. | The source is currently in an IF loop in the NotifyBoard arduino sketch. | ||
<source | <source> | ||
if (strstr(inString,"car")) { | if (strstr(inString,"car")) { | ||
if (strlen(inString) > 3) { | if (strlen(inString) > 3) { | ||