Add HASP_USE_OTA and cleanup

This commit is contained in:
fvanroie 2020-03-25 11:03:23 +01:00
parent 9c9104f66e
commit 8a04961d0e

View File

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