mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-19 17:26:38 +00:00
Allow HASP_USE_GPIO37 and HASP_USE_GPIO38 to enable GPIO37 and 38 on some boards #453
This commit is contained in:
parent
75997bcde8
commit
8148bbc988
@ -1,4 +1,4 @@
|
|||||||
/* MIT License - Copyright (c) 2019-2022 Francis Van Roie
|
/* MIT License - Copyright (c) 2019-2023 Francis Van Roie
|
||||||
For full license information read the LICENSE file in the project folder */
|
For full license information read the LICENSE file in the project folder */
|
||||||
|
|
||||||
#ifndef HASP_DEVICE_ESP32_H
|
#ifndef HASP_DEVICE_ESP32_H
|
||||||
@ -75,7 +75,7 @@ class Esp32Device : public BaseDevice {
|
|||||||
#if defined(LANBONL8)
|
#if defined(LANBONL8)
|
||||||
// #warning Building for Lanbon L8
|
// #warning Building for Lanbon L8
|
||||||
#include "lanbonl8.h"
|
#include "lanbonl8.h"
|
||||||
#elif defined(M5STACK)
|
#elif defined(M5STACK) || defined (M5STACKLGFX)
|
||||||
// #warning Building for M5Stack core2
|
// #warning Building for M5Stack core2
|
||||||
#include "m5stackcore2.h"
|
#include "m5stackcore2.h"
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user