Small changes

This commit is contained in:
fvanroie 2020-02-11 00:39:40 +01:00
parent 8ae0c57607
commit 81ca7d8172
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"