Fork of the espurna firmware for `mhsw` switches
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// -----------------------------------------------------------------------------
|
|
// APP NAME AND VERSION
|
|
// -----------------------------------------------------------------------------
|
|
|
|
#pragma once
|
|
|
|
#define APP_NAME "ESPURNA"
|
|
#define APP_VERSION "1.14.2-dev"
|
|
#define APP_AUTHOR "xose.perez@gmail.com"
|
|
#define APP_WEBSITE "http://tinkerman.cat"
|
|
#define CFG_VERSION 4
|