Merge pull request #194 from romanmashta/dev_upstream
Fix build for MacOS and Linux.
This commit is contained in:
commit
0f3661f556
@ -1,7 +1,7 @@
|
||||
#ifndef DISPLAYDRIVER_H_
|
||||
#define DISPLAYDRIVER_H_
|
||||
|
||||
#include "..\devices\device.h"
|
||||
#include "../devices/device.h"
|
||||
|
||||
typedef void (*AlternateFunction)(void);
|
||||
typedef void (*DriverInitFunction)(void);
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
#include "storage.h"
|
||||
#include "nvMemory.h"
|
||||
#include "..\devices\device.h"
|
||||
#include "../devices/device.h"
|
||||
#include "SDCard.h"
|
||||
|
||||
#if defined (BUILD_SDMMC_1) || defined(BUILD_SDMMC_4)
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
#include "storage.h"
|
||||
#include "nvMemory.h"
|
||||
#include "..\devices\device.h"
|
||||
#include "../devices/device.h"
|
||||
|
||||
// configuration example and description in /devices/esp32cam.h
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include <FS.h>
|
||||
#include <ArduinoJson.h>
|
||||
|
||||
#include "..\devices\device.h"
|
||||
#include "../devices/device.h"
|
||||
#include "storage.h"
|
||||
|
||||
nvMemory::nvMemory() : Initialized_(false){};
|
||||
|
@ -4,7 +4,7 @@
|
||||
// we only have one implementation right now and nothing to choose from.
|
||||
#define NVMEM_SPIFFS
|
||||
|
||||
#include "..\devices\device.h"
|
||||
#include "../devices/device.h"
|
||||
#include "storage.h"
|
||||
|
||||
// Handles load and store of user settings, except wifi credentials. Those are managed by the wifimanager.
|
||||
|
Loading…
Reference in New Issue
Block a user