fixed String

pull/294/head
Alan Johnston 2 years ago committed by GitHub
parent c4c410cd5b
commit c42ad62fc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -152,7 +152,7 @@ void loop() {
blink(50);
if (Serial1.available() > 0) {
string result;
String result;
result = Serial1.readString();
Serial.println(result);
// Serial1.println("OK");

Loading…
Cancel
Save

Powered by TurnKey Linux.