Last stage debugging - Help !![SolveD]

Oops was busy adding new lines and forgot about modification.

A small recap please, :slight_smile: . .

I need not to test for a boolean if it is true or not right ?

intead of above i should i be using something likewise :

lloyddean:
And didn't you mean -

    if ( ! FanStatus )

{
        FanControlON();
    }
    else
    {
        FanControlOFF();
    }

Im getting to it, now :sweat_smile: .. thanks again . .