USB-Serial fix
This commit is contained in:
parent
eed723401b
commit
c6c5ea62f4
1 changed files with 1 additions and 2 deletions
|
|
@ -18,9 +18,8 @@ void setup() {
|
|||
pinMode(resetPin, OUTPUT);
|
||||
digitalWrite(resetPin, HIGH);
|
||||
|
||||
// Start USB and HW Serial
|
||||
// Start USB Serial
|
||||
Serial.begin(115200);
|
||||
Serial1.begin(115200);
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue