-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Description
Please fill the info fields, it helps to get you faster support ;)
If you have a Guru Meditation Error, please decode it:
https://github.com/me-no-dev/EspExceptionDecoder
----------------------------- Remove above -----------------------------
Hardware:
Board: Nodemcu 32s
Core Installation/update date: 7/aug/2018
IDE name: Arduino IDE
Flash Frequency: 40Mhz
Upload Speed: 921k
Description:
I would like to define Serial1 on pins 16/17.
But it already defined on pin 9/10.
Problem 1: pins 9&10 are busy with the flash -> Serial1(1) is not usable
Problem 2: Nodemcu 32s has no menu to choose: NO_GLOBAL_INSTANCES or NO_GLOBAL_SERIAL
Sketch:
#include <Arduino.h>
HardwareSerial Serial1(2);
void setup() {
Serial1.being(115200);
}
void loop() {
}
Debug Messages:
Serial1 already defined
Metadata
Metadata
Assignees
Labels
No labels