Skip to content

Commit

Permalink
Added BleSensors as base class
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed May 30, 2024
1 parent 0043c30 commit 3b1360e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/AppLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b1360e

Please sign in to comment.