Update and rename xdrv_08_KNX.ino to xdrv_10_KNX.ino

This commit is contained in:
Adrian 2018-03-22 11:33:45 -03:00 committed by GitHub
parent bbe8b8fb01
commit 01609f84f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -412,9 +412,9 @@ void KNXSaveSettings(void *arg)
* Interface * Interface
\*********************************************************************************************/ \*********************************************************************************************/
#define XDRV_08 #define XDRV_10
boolean Xdrv08(byte function) boolean Xdrv10(byte function)
{ {
boolean result = false; boolean result = false;
switch (function) { switch (function) {