mirror of https://github.com/arendst/Tasmota.git
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.FanFault) return 7;
|
||||
if (ErrCode.OtherDeviceFault) return 8;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*********************************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue