Update little changes

This commit is contained in:
2022-11-21 11:47:40 +01:00
parent 19ff672938
commit eb358be3f7
5 changed files with 12 additions and 2 deletions

View File

@@ -302,7 +302,7 @@ BOOL boSetPeltierVoltage( FLOAT Voltage ){
if( Voltage > 12 ) Voltage = 12;
if( Voltage < -3 ) Voltage = -3;
ANPO_boSetVoltage( ( ( (FLOAT)Voltage ) + 20.088) / 34.103 );
boOK &= ANPO_boSetVoltage( ( ( (FLOAT)Voltage ) + 20.088) / 34.103 );
return( boOK );
}