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

5 years ago
5 years ago
  1. // -----------------------------------------------------------------------------
  2. // APP NAME AND VERSION
  3. // -----------------------------------------------------------------------------
  4. #pragma once
  5. #ifndef APP_NAME
  6. #define APP_NAME "ESPURNA"
  7. #endif
  8. #ifndef APP_VERSION
  9. #define APP_VERSION "1.15.0-dev"
  10. #endif
  11. #ifndef APP_AUTHOR
  12. #define APP_AUTHOR "xose.perez@gmail.com"
  13. #endif
  14. #ifndef APP_WEBSITE
  15. #define APP_WEBSITE "http://tinkerman.cat"
  16. #endif
  17. #ifndef CFG_VERSION
  18. #define CFG_VERSION 6
  19. #endif