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