forked from espressif/arduino-esp32
Dont include log header by default everywhere
This commit is contained in:
@ -14,6 +14,8 @@
|
||||
|
||||
#include "vfs_api.h"
|
||||
|
||||
#include "esp32-hal-log.h"
|
||||
|
||||
using namespace fs;
|
||||
|
||||
FileImplPtr VFSImpl::open(const char* path, const char* mode)
|
||||
|
@ -23,6 +23,8 @@ extern "C" {
|
||||
|
||||
#include "SPIFFS.h"
|
||||
|
||||
#include "esp32-hal-log.h"
|
||||
|
||||
using namespace fs;
|
||||
|
||||
class SPIFFSImpl : public VFSImpl
|
||||
|
@ -29,6 +29,7 @@ extern "C" {
|
||||
}
|
||||
|
||||
#include "esp32-hal-i2c.h"
|
||||
#include "esp32-hal-log.h"
|
||||
#include "Wire.h"
|
||||
#include "Arduino.h"
|
||||
|
||||
|
Reference in New Issue
Block a user