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
432 B

6 years ago
  1. // -----------------------------------------------------------------------------
  2. // APP NAME AND VERSION
  3. // -----------------------------------------------------------------------------
  4. #pragma once
  5. #define APP_NAME "ESPURNA"
  6. #define APP_VERSION "1.14.2-dev"
  7. #define APP_AUTHOR "xose.perez@gmail.com"
  8. #define APP_WEBSITE "http://tinkerman.cat"
  9. #define CFG_VERSION 4