mirror of https://github.com/arendst/Tasmota.git
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
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
#ifdef USE_KEELOQ
|
#ifdef USE_KEELOQ
|
||||||
|
|
||||||
#define XDRV_35 35
|
#define XDRV_36 36
|
||||||
|
|
||||||
#include "cc1101.h"
|
#include "cc1101.h"
|
||||||
#include <KeeloqLib.h>
|
#include <KeeloqLib.h>
|
||||||
|
@ -252,7 +252,7 @@ void InitKeeloq()
|
||||||
/*********************************************************************************************\
|
/*********************************************************************************************\
|
||||||
* Interface
|
* Interface
|
||||||
\*********************************************************************************************/
|
\*********************************************************************************************/
|
||||||
bool Xdrv35(uint8_t function)
|
bool Xdrv36(uint8_t function)
|
||||||
{
|
{
|
||||||
bool result = false;
|
bool result = false;
|
||||||
|
|
Loading…
Reference in New Issue