Skip to content

Commit

Permalink
Update BresserWeatherSensorBasic.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Sep 27, 2023
1 parent c50a599 commit a3829e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void loop()
if (decode_status == DECODE_OK) {
if (weatherSensor.sensor[i].s_type == SENSOR_TYPE_LIGHTNING) {
Serial.printf("Id: [%8X] Typ: [%X] Battery: [%s] ",
weatherSensor.sensor[i].sensor_id,
(unsigned int)weatherSensor.sensor[i].sensor_id,
weatherSensor.sensor[i].s_type,
weatherSensor.sensor[i].battery_ok ? "OK " : "Low");
Serial.printf("Lightning Counter: [%3d] ", weatherSensor.sensor[i].lightning_count);
Expand Down

0 comments on commit a3829e6

Please sign in to comment.