From 714ee878a7d5c2bc98ce2ab8a364d34d211d11c0 Mon Sep 17 00:00:00 2001 From: "he.so" Date: Thu, 27 Feb 2020 17:28:29 +0100 Subject: [PATCH] advanced keeloq driver number to 36 --- tasmota/{xdrv_35_keeloq.ino => xdrv_36_keeloq.ino} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename tasmota/{xdrv_35_keeloq.ino => xdrv_36_keeloq.ino} (99%) 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;