From e5fd4800ad49262ceed67f55499ee60a9fc610bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Mon, 25 Mar 2024 11:55:53 +0000 Subject: [PATCH] Update lora.cpp --- esphome/components/lora/lora.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/lora/lora.cpp b/esphome/components/lora/lora.cpp index efa9533aea..525524464c 100644 --- a/esphome/components/lora/lora.cpp +++ b/esphome/components/lora/lora.cpp @@ -134,7 +134,7 @@ bool Lora::sendPinInfo(uint8_t pin, bool value) { ESP_LOGD(TAG, "PIN: %u ", data[1]); ESP_LOGD(TAG, "VALUE: %u ", data[2]); this->write_array(data, sizeof(data)); - bool result = this->waitCompleteResponse(5000, 5000); + // bool result = this->waitCompleteResponse(5000, 5000); return true; } void Lora::loop() {