mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
advanced keeloq driver number to 36
This commit is contained in:
parent
3657cda425
commit
714ee878a7
@ -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 <KeeloqLib.h>
|
||||
@ -252,7 +252,7 @@ void InitKeeloq()
|
||||
/*********************************************************************************************\
|
||||
* Interface
|
||||
\*********************************************************************************************/
|
||||
bool Xdrv35(uint8_t function)
|
||||
bool Xdrv36(uint8_t function)
|
||||
{
|
||||
bool result = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user