File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
examples/BresserWeatherSensorMQTTCustom/src Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5454// 20250129 Minor change in SENSOR_TYPE_WEATHER8 handling
5555// 20260224 Removed obsolete variable f_3in1 and related code in decodeBresser6In1Payload()
5656// Fixed High Precision Thermo Hygro Sensor (P/N 7009971) in decodeBresser6In1Payload()
57+ // 20260306 Added missing 0x prefix for ID in verbose log message
5758//
5859// ToDo:
5960// -
6869//
6970int WeatherSensor::findSlot (uint32_t id, DecodeStatus *status)
7071{
71- log_v (" find_slot(): ID=%08X" , id);
72+ log_v (" find_slot(): ID=0x %08X" , id);
7273
7374 // Skip sensors from exclude-list (if any)
7475 for (const uint32_t &exc : sensor_ids_exc)
Original file line number Diff line number Diff line change 5454// 20250129 Minor change in SENSOR_TYPE_WEATHER8 handling
5555// 20260224 Removed obsolete variable f_3in1 and related code in decodeBresser6In1Payload()
5656// Fixed High Precision Thermo Hygro Sensor (P/N 7009971) in decodeBresser6In1Payload()
57+ // 20260306 Added missing 0x prefix for ID in verbose log message
5758//
5859// ToDo:
5960// -
6869//
6970int WeatherSensor::findSlot (uint32_t id, DecodeStatus *status)
7071{
71- log_v (" find_slot(): ID=%08X" , id);
72+ log_v (" find_slot(): ID=0x %08X" , id);
7273
7374 // Skip sensors from exclude-list (if any)
7475 for (const uint32_t &exc : sensor_ids_exc)
You can’t perform that action at this time.
0 commit comments