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.
 
 
 
 
 
 

11 lines
432 B

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