// Tasmota HAN Driver for EMI (edpbox)
// Easy HAN - Smart Solutions
// https://easyhan.pt
// https://github.com/nikito7
#ifdef USE_HAN_V2
#ifndef HAN_V1
#warning **** HAN_V2 Driver is included... ****
#define XDRV_100 100
#undef HAN_VERSION_T
#define HAN_VERSION_T "7.312991"
#ifdef EASYHAN_TCP
#undef HAN_VERSION
#define HAN_VERSION HAN_VERSION_T "-tcp"
#else
#undef HAN_VERSION
#define HAN_VERSION HAN_VERSION_T
This file has been truncated. show original