Initial version

This commit is contained in:
Ollo
2021-11-15 19:03:27 +01:00
commit d918bfe08e
12 changed files with 707 additions and 0 deletions

18
include/HomieSettings.h Normal file
View File

@@ -0,0 +1,18 @@
/**
* @file HomieSettings.h
* @author your name (you@domain.com)
* @brief Air quality sensor
* @version 0.1
* @date 2021-11-05
*
* @copyright Copyright (c) 2021
*
*/
#ifndef HOMIE_SETTINGS
#define HOMIE_SETTINGS
#define HOMIE_FIRMWARE_NAME "Vindriktning"
#define HOMIE_FIRMWARE_VERSION "1.1.0"
#endif