Skip to content

Commit

Permalink
Fixed CMD_GET_BLE_ADDR
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Jul 1, 2024
1 parent cb86eb4 commit d9e524b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BresserWeatherSensorLWCfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -301,20 +301,20 @@ const uint8_t UBATT_SAMPLES = 10;
// BLE battery o.k. threshold in percent
#define BLE_BATT_OK 5

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


/*
// Empty list - BLE disabled
#define KNOWN_BLE_ADDRESSES \
{ \
\
}

*/
#endif

/// Maximum number of 868 MHz sensors - should match the default configuration below
Expand Down

0 comments on commit d9e524b

Please sign in to comment.