Skip to content

V2.0.15 USB OTG Serial.println() works WITHOUT a Serial.begin() #9532

Open
@def1149

Description

@def1149

Board

Adafruit Feather ESP32-S2

Device Description

N/A

Hardware Configuration

N/A

Version

latest master (checkout manually)

IDE Name

Arduino IDE 2.3.2

Operating System

Windows 10

Flash frequency

80 Mhz

PSRAM enabled

yes

Upload speed

921600

Description

Serial.print() works WITHOUT a Serial.open()

Sketch

void setup() {
  // put your setup code here, to run once:
}

void loop() {
  Serial.println("\nThis Prints !!??");
  delay(2000);
}

Debug Message

N/A

Other Steps to Reproduce

No response

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions