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);
|
||||
bool DryIsConnected(){return true;}
|
||||
#else
|
||||
int DrySetup(int powerGPIO){return 0;}
|
||||
int DrySetup(int powerGPIO){return -1;}
|
||||
int DryGetMeasure(int){return -1;}
|
||||
bool DryIsConnected(){return false;}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user