mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-12 20:59:00 +08:00
Not necessary with latest ESP32 git
This commit is contained in:
parent
d997f013bf
commit
c95fe416f0
@ -35,10 +35,6 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
#include "bridge.h"
|
#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;
|
uint8_t CONFIG::FirmwareTarget = UNKNOWN_FW;
|
||||||
|
|
||||||
|
@ -47,8 +47,6 @@
|
|||||||
#define SPIFFS_FILE_READ FILE_READ
|
#define SPIFFS_FILE_READ FILE_READ
|
||||||
#define SD_FILE_WRITE FILE_WRITE
|
#define SD_FILE_WRITE FILE_WRITE
|
||||||
#define SPIFFS_FILE_WRITE FILE_WRITE
|
#define SPIFFS_FILE_WRITE FILE_WRITE
|
||||||
|
|
||||||
extern HardwareSerial Serial2;
|
|
||||||
#else
|
#else
|
||||||
#define FS_DIR fs::Dir
|
#define FS_DIR fs::Dir
|
||||||
#define FS_FILE fs::File
|
#define FS_FILE fs::File
|
||||||
|
Loading…
x
Reference in New Issue
Block a user