From 377c195f5108d17c3454205bb05d99cda8750d3f Mon Sep 17 00:00:00 2001 From: gemu2015 Date: Mon, 29 Jul 2024 10:27:56 +0200 Subject: [PATCH] Update tasmota_template.h --- tasmota/include/tasmota_template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/include/tasmota_template.h b/tasmota/include/tasmota_template.h index d2ca22f66d99..7baef1414369 100644 --- a/tasmota/include/tasmota_template.h +++ b/tasmota/include/tasmota_template.h @@ -1128,7 +1128,7 @@ const uint16_t kGpioNiceList[] PROGMEM = { #ifdef USE_DEEPSLEEP AGPIO(GPIO_DEEPSLEEP), #endif -#ifdef USE_KEELOQ +#if defined(USE_KEELOQ) || defined(USE_CC1101_BRESSER) AGPIO(GPIO_CC1101_GDO0), // CC1101 pin for RX AGPIO(GPIO_CC1101_GDO2), // CC1101 pin for RX #endif