Hi All,
i have problem to convert this native arduino codes as shown below.
my board based on wemos D1 R1
Thanks
void loop() {
if (Serial.available() > 0) {
String incoming = Serial.readString();
if (incoming.indexOf("{")>=0 && incoming.indexOf("}")>=0) {
Serial.flush()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.