diff --git a/tasmota/xdrv_35_keeloq.ino b/tasmota/xdrv_36_keeloq.ino similarity index 99% rename from tasmota/xdrv_35_keeloq.ino rename to tasmota/xdrv_36_keeloq.ino index ce6185923..f961a2454 100644 --- a/tasmota/xdrv_35_keeloq.ino +++ b/tasmota/xdrv_36_keeloq.ino @@ -1,5 +1,5 @@ /* - xdrv_35 + xdrv_36 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ #ifdef USE_KEELOQ -#define XDRV_35 35 +#define XDRV_36 36 #include "cc1101.h" #include @@ -252,7 +252,7 @@ void InitKeeloq() /*********************************************************************************************\ * Interface \*********************************************************************************************/ -bool Xdrv35(uint8_t function) +bool Xdrv36(uint8_t function) { bool result = false;