mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 13:16:45 +00:00
Small changes
This commit is contained in:
parent
8ae0c57607
commit
81ca7d8172
@ -1,6 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define USE_HASP_APP 1
|
#define HASP_USE_APP 1
|
||||||
|
|
||||||
#define HASP_USE_WIFI 1
|
#define HASP_USE_WIFI 1
|
||||||
#define HASP_USE_MQTT 1
|
#define HASP_USE_MQTT 1
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
#include "Arduino.h"
|
#include "Arduino.h"
|
||||||
#include "ArduinoJson.h"
|
#include "ArduinoJson.h"
|
||||||
|
#include <FS.h> // Include the SPIFFS library
|
||||||
|
|
||||||
#if defined(ARDUINO_ARCH_ESP32)
|
#if defined(ARDUINO_ARCH_ESP32)
|
||||||
#include "SPIFFS.h"
|
#include "SPIFFS.h"
|
||||||
#endif
|
#endif
|
||||||
#include <FS.h> // Include the SPIFFS library
|
|
||||||
|
|
||||||
#include "hasp_config.h"
|
#include "hasp_config.h"
|
||||||
#include "hasp_log.h"
|
#include "hasp_log.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user