Skip to content

Commit

Permalink
Fixed CTOR (BLE caused a crash)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Apr 14, 2024
1 parent ba6f701 commit 34ea9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class AppLayer

public:
#if defined(MITHERMOMETER_EN) || defined(THEENGSDECODER_EN)
AppLayer(ESP32Time *rtc, time_t *clocksync) : bleSensors(knownBLEAddresses)
AppLayer(ESP32Time *rtc, time_t *clocksync) : bleSensors(KNOWN_BLE_ADDRESSES)
#else
AppLayer(ESP32Time *rtc, time_t *clocksync)
#endif
Expand Down

0 comments on commit 34ea9e3

Please sign in to comment.