Skip to content

String type not printing #7

Closed
Closed
@nseidle

Description

@nseidle

This code prints 'Test' but then freezes.

void setup() {
Serial.begin(9600);
Serial.println("Test");

String myString = "String test";
Serial.print(myString);

}

void loop() {
}

Not sure if it's related to Uart::write or WString.cpp in ard_supers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions