Skip to content
This repository was archived by the owner on Oct 27, 2024. It is now read-only.

Commit 12daf5a

Browse files
authored
Update BresserWeatherSensorTTN.ino
1 parent 206a607 commit 12daf5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

BresserWeatherSensorTTN.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1468,8 +1468,7 @@ cSensor::doUplink(void) {
14681468
#ifdef LIGHTNINGSENSOR_EN
14691469
if (ls > -1) {
14701470
DEBUG_PRINTF("Lightning counter: %3d", weatherSensor.sensor[ls].lightning_count);
1471-
DEBUG_PRINTF("Lightning distance: %2d km", weatherSensor.sensor[ls].lightning_distance_km);
1472-
DEBUG_PRINTF()
1471+
DEBUG_PRINTF("Lightning distance: %2d km", weatherSensor.sensor[ls].lightning_distance_km);
14731472
} else {
14741473
DEBUG_PRINTF("-- Lightning Sensor Failure");
14751474
}

0 commit comments

Comments
 (0)