From 3b1360e51fa6157b4a1fe682e975fb8b72e4a4b8 Mon Sep 17 00:00:00 2001 From: Matthias Prinke Date: Thu, 30 May 2024 22:31:59 +0200 Subject: [PATCH] Added BleSensors as base class --- src/AppLayer.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/AppLayer.h b/src/AppLayer.h index cfcf960..678feb0 100644 --- a/src/AppLayer.h +++ b/src/AppLayer.h @@ -105,6 +105,10 @@ const uint8_t appPayloadCfgDef[APP_PAYLOAD_CFG_SIZE] = { * Contains all device specific methods and attributes */ class AppLayer : public PayloadBresser, PayloadAnalog, PayloadDigital +#if defined(MITHERMOMETER_EN) || defined(THEENGSDECODER_EN) + , + BleSensors +#endif #ifdef ONEWIRE_EN , PayloadOneWire