Do not need to declare Serial2.

This commit is contained in:
Matt McWilliams 2023-07-04 18:18:51 -04:00
parent 1d6cbe5c53
commit 3feaea74bf
1 changed files with 0 additions and 3 deletions

View File

@ -8,9 +8,6 @@
#include "esp_log.h"
#include <esp32-hal-log.h>
HardwareSerial Serial2(1);
volatile char cmd = 'z';
void setup () {