Not necessary with latest ESP32 git

This commit is contained in:
Luc 2018-07-04 18:43:44 +02:00
parent d997f013bf
commit c95fe416f0
2 changed files with 0 additions and 6 deletions

View File

@ -35,10 +35,6 @@ extern "C" {
#endif
#include "bridge.h"
#ifdef ARDUINO_ARCH_ESP32
//This is output for ESP32 to avoid garbage
HardwareSerial Serial2(2);
#endif
uint8_t CONFIG::FirmwareTarget = UNKNOWN_FW;

View File

@ -47,8 +47,6 @@
#define SPIFFS_FILE_READ FILE_READ
#define SD_FILE_WRITE FILE_WRITE
#define SPIFFS_FILE_WRITE FILE_WRITE
extern HardwareSerial Serial2;
#else
#define FS_DIR fs::Dir
#define FS_FILE fs::File