mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-11 17:59:10 +08:00
Not necessary with latest ESP32 git
This commit is contained in:
parent
d997f013bf
commit
c95fe416f0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user