From d32f79958267e5a93ab69a7b293b4211f31dd8bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Mon, 25 Mar 2024 15:17:58 +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 01cf0926e6..d7ce4a0017 100644 --- a/esphome/components/lora/lora.cpp +++ b/esphome/components/lora/lora.cpp @@ -36,7 +36,7 @@ void Lora::setup() { ESP_LOGD(TAG, "Something went wrong"); } } -bool Lora::set_mode_(ModeType type) { +bool Lora::set_mode_(ModeType mode) { // data sheet claims module needs some extra time after mode setting (2ms) // most of my projects uses 10 ms, but 40ms is safer