From 2692c44a02af9543134d255d477c02f24a135218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Sat, 7 Dec 2024 18:14:45 +0100 Subject: [PATCH] fix missing setup --- components/kqm6600ta/kqm6600ta.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/kqm6600ta/kqm6600ta.cpp b/components/kqm6600ta/kqm6600ta.cpp index 8e6d8f0..ad3b7ec 100644 --- a/components/kqm6600ta/kqm6600ta.cpp +++ b/components/kqm6600ta/kqm6600ta.cpp @@ -21,6 +21,11 @@ namespace esphome return sum; } + void KQM6600TAComponent::setup() + { + + } + void KQM6600TAComponent::update() { uint8_t response[KQM6600TA_RESPONSE_LENGTH];