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.

11 lines
283 B

  1. #define APP_NAME "ESPURNA"
  2. #define APP_VERSION "1.13.1a"
  3. #ifndef APP_REVISION
  4. #define APP_REVISION ""
  5. #endif
  6. #define APP_AUTHOR "xose.perez@gmail.com"
  7. #define APP_WEBSITE "http://tinkerman.cat"
  8. #define CFG_VERSION 3