From 8a04961d0e43bef5706c370c1e5944dd40012efd Mon Sep 17 00:00:00 2001 From: fvanroie Date: Wed, 25 Mar 2020 11:03:23 +0100 Subject: [PATCH] Add HASP_USE_OTA and cleanup --- include/hasp_conf.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/include/hasp_conf.h b/include/hasp_conf.h index ab047c19..59946405 100644 --- a/include/hasp_conf.h +++ b/include/hasp_conf.h @@ -1,4 +1,5 @@ -#pragma once +#ifndef HASP_CONF_H +#define HASP_CONF_H #define HASP_VERSION_MAJOR 0 #define HASP_VERSION_MINOR 0 @@ -6,6 +7,7 @@ #define HASP_USE_APP 1 +#define HASP_USE_OTA 1 #define HASP_USE_WIFI 1 #define HASP_USE_MQTT 1 #define HASP_USE_HTTP 1 @@ -19,13 +21,10 @@ #define HASP_USE_BUTTON 1 -#define HASP_USE_QRCODE 1 +#define HASP_USE_QRCODE 0 #define HASP_USE_PNGDECODE 0 #define HASP_NUM_INPUTS 3 // Buttons #define HASP_NUM_OUTPUTS 3 -//#define LV_DEMO_WALLPAPER 0 /*Create a wallpaper too*/ - -//#define LV_HASP_HOR_RES_MAX 128 -//#define LV_HASP_VER_RES_MAX 160 \ No newline at end of file +#endif \ No newline at end of file