Skip to content

Commit

Permalink
remove irritating space (arendst#22095)
Browse files Browse the repository at this point in the history
Jason2866 authored and hawa-lc4 committed Sep 16, 2024
1 parent 1c9ed26 commit 9c8ba57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasmota/tasmota_xsns_sensor/xsns_102_ld2410.ino
Original file line number Diff line number Diff line change
@@ -125,7 +125,7 @@ void Ld1410HandleConfigData(void) {
LD2410.max_moving_distance_gate = LD2410.buffer[12];
LD2410.max_static_distance_gate = LD2410.buffer[13];
for (uint32_t i = 0; i <= LD2410_MAX_GATES; i++) {
LD2410. moving_sensitivity[i] = LD2410.buffer[14 +i];
LD2410.moving_sensitivity[i] = LD2410.buffer[14 +i];
LD2410.static_sensitivity[i] = LD2410.buffer[23 +i];
}
LD2410.no_one_duration = LD2410.buffer[33] << 8 | LD2410.buffer[32];

0 comments on commit 9c8ba57

Please sign in to comment.