Skip to content

Commit

Permalink
Update bbn_m5atomS3_lite_DS18B20.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Nov 6, 2024
1 parent 0650914 commit 7bbf13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbn_m5atomS3_lite_DS18B20/bbn_m5atomS3_lite_DS18B20.ino
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void addressToStr(DeviceAddress deviceAddress, char str[17]) {
str[2 * i] = a[0];
str[2 * i + 1] = a[1];
}
str[17] = (char)0;
str[16] = (char)0;
}

void loop() {
Expand Down

0 comments on commit 7bbf13d

Please sign in to comment.