From 5c78bfd3c3ad8e34f2b0aabd8aeee7eda0b6b398 Mon Sep 17 00:00:00 2001 From: Matthias Prinke Date: Thu, 30 May 2024 22:43:32 +0200 Subject: [PATCH] Attempt to fix -Wreorder --- src/AppLayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AppLayer.h b/src/AppLayer.h index 678feb0..8028100 100644 --- a/src/AppLayer.h +++ b/src/AppLayer.h @@ -150,7 +150,7 @@ class AppLayer : public PayloadBresser, PayloadAnalog, PayloadDigital AppLayer(ESP32Time *rtc, time_t *clocksync) : PayloadBresser(rtc, clocksync), PayloadAnalog(), PayloadDigital() #if defined(MITHERMOMETER_EN) || defined(THEENGSDECODER_EN) , - bleSensors() + BleSensors() #endif #ifdef ONEWIRE_EN ,