Skip to content

Commit

Permalink
Disabled BLE address
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Jun 12, 2024
1 parent 0d8fb6a commit e3a9f1a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions BresserWeatherSensorLWCfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,14 @@ const uint8_t UBATT_SAMPLES = 10;
#define BLE_BATT_OK 5

// List of known sensors' BLE addresses
// #define KNOWN_BLE_ADDRESSES \
// { \
// "a4:c1:38:b8:1f:7f" \
// }
// #endif
#define KNOWN_BLE_ADDRESSES \
{ \
"a4:c1:38:b8:1f:7f" \
\
}
#endif

Expand Down Expand Up @@ -348,8 +353,8 @@ const uint8_t UBATT_SAMPLES = 10;
// 0 - Weather Station; 1 Ch
// Note: Included in APP_PAYLOAD_CFG_TYPE01

// Flag: Enable battery_ok flags (to be removed)
#define APP_PAYLOAD_CFG_TYPE00 0x01
// Flag: Bit 0: Enable battery_ok flags (to be removed)
#define APP_PAYLOAD_CFG_TYPE00 0x00

// 1 - Weather Station; 1 Ch
// - Professional Wind Gauge (with T and H); 1 Ch
Expand Down

0 comments on commit e3a9f1a

Please sign in to comment.