Update License header

This commit is contained in:
fvanroie 2021-02-23 01:37:38 +01:00
parent 28f420be1c
commit 8b25b87b3f
81 changed files with 422 additions and 421 deletions

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
/***************************************************

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#include "device.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_DEVICE_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#if defined(ESP32)

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_DEVICE_ESP32_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#include "lanbonl8.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_DEVICE_LANBONL8_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#include "m5stackcore2.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_DEVICE_M5STACKCORE2_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#if defined(ESP8266)

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_DEVICE_ESP8266_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#if defined(WINDOWS)

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_DEVICE_WINDOWS_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#include "hasp_drv_display.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_DRV_DISPLAY_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#include "hasp_drv_touch.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_DRV_TOUCH_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_BASE_TFT_DRIVER_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_SDL2_DRIVER_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifdef ARDUINO

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_TFTESPI_DRIVER_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
/*********************

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef TFT_ESPI_DRV_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_DRV_FT5206_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_DRV_FT6336U_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_DRV_911_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_DRV_XPT2046B_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#include "hasp_hal.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_HAL_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifdef ARDUINO

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifdef ARDUINO
@ -1471,7 +1471,8 @@ void hasp_process_obj_attribute(lv_obj_t * obj, const char * attr_p, const char
break; // attribute_found
case ATTR_ENABLED:
update ? lv_obj_set_click(obj, Utilities::is_true(payload)) : hasp_out_int(obj, attr, lv_obj_get_click(obj));
update ? lv_obj_set_click(obj, Utilities::is_true(payload))
: hasp_out_int(obj, attr, lv_obj_get_click(obj));
break; // attribute_found
case ATTR_SRC:

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_ATTR_SET_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#include <stdint.h>

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_DISPATCH_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
/* ********************************************************************************************

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_OBJECT_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#include <cstdlib>

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_PARSER_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_UTILITIES_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#if HASP_USE_CONFIG > 0

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#if HASP_USE_CONFIG > 0

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_DEBUG_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#include "hasp_conf.h" // load first

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_EEPROM_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#include "hasp_conf.h" // include first

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_FILESYSTEM_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#include "hasp_conf.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_GUI_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#if HASP_USE_CONFIG > 0

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#if HASP_USE_CONFIG > 0

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
/* ===========================================================================

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#if 0 && ARDUINO

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef WINDOWS

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifdef WINDOWS

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_MQTT_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#include "ArduinoJson.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_MQTT_HA_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
/* Multi threaded asynchronous paho client */

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
/* Single threaded synchronous paho client */

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#include "hasp_conf.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#include "AceButton.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_GPIO_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#include "hasp_conf.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_ETHERNET_ESP32_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#include "hasp_conf.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_ETHERNET_STM32_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#include <time.h>

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_NETWORK_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#include <Arduino.h>

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_WIFI_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
//#include "webServer.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_HTTP_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#include "hasp_conf.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_MDNS_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#if defined(ARDUINO_ARCH_ESP8266) || defined(ARDUINO_ARCH_ESP32)

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#if defined(ARDUINO_ARCH_ESP8266) || defined(ARDUINO_ARCH_ESP32)

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#include "hasp_conf.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_TASMOTACLIENT_H

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#include "hasp_conf.h"

View File

@ -1,4 +1,4 @@
/* MIT License - Copyright (c) 2020 Francis Van Roie
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */
#ifndef HASP_TELNET_H