commit
7d163887e7
1 changed files with 3 additions and 0 deletions
|
@ -1201,6 +1201,9 @@ void fsensor_init() {
|
|||
fsensor = 0; //disable sensor
|
||||
fsensor_not_responding = true;
|
||||
}
|
||||
else {
|
||||
fsensor_not_responding = false;
|
||||
}
|
||||
puts_P(PSTR("FSensor "));
|
||||
if (fsensor)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue