Closed
Description
Page in question: https://www.arduino.cc/en/Serial/ReadStringUntil
Using the syntax provided of Serial.readString(terminator) results in an error: candidate expects 0 arguments, 1 providedno matching function for call to 'HardwareSerial::readString(char)'
This can be fixed using the correct syntax of Serial.readStringUntil(terminator).