mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 12:46:34 +00:00
Fix GCC 10.1 warnings
This commit is contained in:
parent
29e73b4291
commit
2705c8eb8b
@ -236,6 +236,7 @@ uint8_t solaxX1_ParseErrorCode(uint32_t code){
|
|||||||
if (ErrCode.TemperatureOverFault) return 6;
|
if (ErrCode.TemperatureOverFault) return 6;
|
||||||
if (ErrCode.FanFault) return 7;
|
if (ErrCode.FanFault) return 7;
|
||||||
if (ErrCode.OtherDeviceFault) return 8;
|
if (ErrCode.OtherDeviceFault) return 8;
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*********************************************************************************************/
|
/*********************************************************************************************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user