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