From 077d45aee65b8365fa2e22fcdb6881497ffb756f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Thu, 25 Apr 2024 16:04:08 +0100 Subject: [PATCH] Update ebyte_lora.h --- esphome/components/ebyte_lora/ebyte_lora.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/esphome/components/ebyte_lora/ebyte_lora.h b/esphome/components/ebyte_lora/ebyte_lora.h index 5676d727af..d4e5e9aaad 100644 --- a/esphome/components/ebyte_lora/ebyte_lora.h +++ b/esphome/components/ebyte_lora/ebyte_lora.h @@ -66,9 +66,9 @@ class EbyteLoraComponent : public PollingComponent, public uart::UARTDevice { RegisterConfig current_config_; RegisterConfig expected_config_; sensor::Sensor *rssi_sensor_{nullptr}; - GPIOPin *pin_aux_; - GPIOPin *pin_m0_; - GPIOPin *pin_m1_; + GPIOPin *pin_aux_{nullptr}; + GPIOPin *pin_m0_{nullptr}; + GPIOPin *pin_m1_{nullptr}; }; class EbyteLoraSwitch : public switch_::Switch, public Component { public: