Files
EMS-ESP32/src/version.h
proddy f22268d843 1.6.0
2019-03-16 12:51:57 +01:00

11 lines
168 B
C

/**
*
* Paul Derbyshire - https://github.com/proddy/EMS-ESP
*/
#pragma once
#define APP_NAME "EMS-ESP"
#define APP_VERSION "1.6.0b"
#define APP_HOSTNAME "ems-esp"