Update xdrv_11_KNX.ino

This commit is contained in:
Adrian Scillato 2018-04-15 14:11:36 -03:00 committed by GitHub
parent 84d1d00892
commit f1f242f592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -859,9 +859,9 @@ void KNX_Save_Settings()
* Interface
\*********************************************************************************************/
#define XDRV_10
#define XDRV_11
boolean Xdrv10(byte function)
boolean Xdrv11(byte function)
{
boolean result = false;
switch (function) {