-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Status: StaleIssue is stale stage (outdated/stuck)Issue is stale stage (outdated/stuck)
Description
Hardware:
Board: DoIT ESP32
Core Installation/update date: 27/jun/2018 (a59eafb)
IDE name: Arduino IDE
Flash Frequency: 80Mhz
Upload Speed: 115200
Description:
For our application, we have used RX2 and TX2 on the DoIT ESP32 board (GPIO 16&17) for other purposes. This worked until recently, but not it seems, there is serial data being sent on those pins, even though I haven't initialized anything (i.e. I use an empty sketch).
I understand that there is the boot information on the first serial port, with which I am fine. But is there any way to prevent action on the other serial ports?
Sketch:
void setup() {
}
void loop() {
}
Metadata
Metadata
Assignees
Labels
Status: StaleIssue is stale stage (outdated/stuck)Issue is stale stage (outdated/stuck)