Mirror of espurna firmware for wireless switches and more
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.
 
 
 
 
 
 

25 lines
567 B

// -----------------------------------------------------------------------------
// APP NAME AND VERSION
// -----------------------------------------------------------------------------
#pragma once
#ifndef APP_NAME
#define APP_NAME "ESPURNA"
#endif
#ifndef APP_VERSION
#define APP_VERSION "1.15.0-dev"
#endif
#ifndef APP_AUTHOR
#define APP_AUTHOR "xose.perez@gmail.com"
#endif
#ifndef APP_WEBSITE
#define APP_WEBSITE "http://tinkerman.cat"
#endif
#ifndef CFG_VERSION
#define CFG_VERSION 6
#endif