Files
EMS-ESP32/src/version.h
proddy d671e64c5f 1.6
2019-03-24 21:13:08 +01:00

11 lines
167 B
C

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