Correct DrySetup when disabled
This commit is contained in:
parent
5db953072d
commit
d35652dbf7
@ -5,7 +5,7 @@ int DrySetup(int powerGPIO);
|
|||||||
int DryGetMeasure(int &dry);
|
int DryGetMeasure(int &dry);
|
||||||
bool DryIsConnected(){return true;}
|
bool DryIsConnected(){return true;}
|
||||||
#else
|
#else
|
||||||
int DrySetup(int powerGPIO){return 0;}
|
int DrySetup(int powerGPIO){return -1;}
|
||||||
int DryGetMeasure(int){return -1;}
|
int DryGetMeasure(int){return -1;}
|
||||||
bool DryIsConnected(){return false;}
|
bool DryIsConnected(){return false;}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user