Do not need to declare Serial2.
This commit is contained in:
parent
1d6cbe5c53
commit
3feaea74bf
|
@ -8,9 +8,6 @@
|
|||
#include "esp_log.h"
|
||||
#include <esp32-hal-log.h>
|
||||
|
||||
|
||||
HardwareSerial Serial2(1);
|
||||
|
||||
volatile char cmd = 'z';
|
||||
|
||||
void setup () {
|
||||
|
|
Loading…
Reference in New Issue