Skip to content

Commit

Permalink
Correction of the comment for DALLASASYNC
Browse files Browse the repository at this point in the history
  • Loading branch information
krzbor authored Dec 22, 2024
1 parent 52238fa commit 9f58f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HeishaMon/dallas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#define MAXTEMPDIFFPERSEC 0.5 // what is the allowed temp difference per second which is allowed (to filter bad values)

#define DALLASASYNC 1 //async dallas yes or no (default no, because async seems to break 1wire sometimes with current code)
#define DALLASASYNC 1 //async dallas yes or no (default yes)

OneWire oneWire(ONE_WIRE_BUS);
DallasTemperature DS18B20(&oneWire);
Expand Down

1 comment on commit 9f58f89

@krzbor
Copy link
Author

@krzbor krzbor commented on 9f58f89 Dec 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correction of the comment for DALLASASYNC

Please sign in to comment.