mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Move files around
This commit is contained in:
parent
9229280502
commit
17e88dcd35
@ -22,13 +22,12 @@ class BaseDevice {
|
||||
|
||||
using dev::BaseDevice;
|
||||
|
||||
#include "lanbonl8.h"
|
||||
#include "m5stackcore2.h"
|
||||
|
||||
#if defined(LANBONL8)
|
||||
#warning Lanbon L8
|
||||
#include "lanbonl8.h"
|
||||
#elif defined(M5STACK)
|
||||
#warning M5 Stack
|
||||
#include "m5stackcore2.h"
|
||||
#else
|
||||
extern dev::BaseDevice haspDevice;
|
||||
#endif
|
||||
|
@ -1,7 +1,8 @@
|
||||
#include "Arduino.h"
|
||||
#include "lanbonl8.h"
|
||||
|
||||
#if defined(LANBONL8)
|
||||
#include "Arduino.h"
|
||||
#include "../device.h"
|
||||
|
||||
#include "driver/adc.h"
|
||||
#include "esp_adc_cal.h"
|
@ -4,7 +4,7 @@
|
||||
#ifndef HASP_DEVICE_LANBONL8_H
|
||||
#define HASP_DEVICE_LANBONL8_H
|
||||
|
||||
#include "device.h"
|
||||
#include "../device.h"
|
||||
|
||||
#if defined(LANBONL8)
|
||||
|
@ -1,8 +1,8 @@
|
||||
#include "device.h"
|
||||
#include "m5stackcore2.h"
|
||||
|
||||
#if defined(M5STACK)
|
||||
#include "AXP192.h" // Power Mgmt
|
||||
#include "../device.h"
|
||||
|
||||
// AXP192 Axp;
|
||||
namespace dev {
|
@ -6,7 +6,7 @@
|
||||
|
||||
#if defined(M5STACK)
|
||||
|
||||
#include "device.h"
|
||||
#include "../device.h"
|
||||
|
||||
namespace dev {
|
||||
|
Loading…
x
Reference in New Issue
Block a user