mirror of
https://github.com/luc-github/ESP3D.git
synced 2025-10-31 11:56:48 -07:00
Not necessary with latest ESP32 git
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user