Project:1-web-interfaces-for-rc-vehicles: Difference between revisions

From London Hackspace Wiki

m
Line 32: Line 32:


===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 [https://github.com/solexious/NotifyBoard Solexious' NotifyBoard arduino sketch]. Note: request upstream pull to github from local git repo on babbage or lovelace.
     if (strstr(inString,"car")) {
     if (strstr(inString,"car")) {
       if (strlen(inString) > 3) {
       if (strlen(inString) > 3) {