Tell us about yourself!
- bgodsell commented on andyman5002's instructable Arduino and Apple HomeKit Integration - Control Your Home From Siri! IoT Is Here
- bgodsell favorited Arduino Audio Input, Arduino Audio Output, Arduino Timer Interrupts, Multiplexing with Arduino and the 74HC595 and 1 other by amandaghassaei
use this instead. It did the trick for me...if(readString.indexOf("?on") >0)//checks for on{...}if(readString.indexOf("?off") >0)//checks for off{...}