Skip to content

[DOC] Serial readStringUntil has incorrect Syntax in documentation. #3734

Closed
@mathmauney

Description

@mathmauney

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).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions