From d40a9b96d702a2613cdaccf1059c088ebe088d9e Mon Sep 17 00:00:00 2001 From: gemu2015 Date: Sat, 18 May 2019 13:27:46 +0200 Subject: [PATCH] Update xsns_21_sgp30.ino --- sonoff/xsns_21_sgp30.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonoff/xsns_21_sgp30.ino b/sonoff/xsns_21_sgp30.ino index 16c4657ad..53b9a27db 100644 --- a/sonoff/xsns_21_sgp30.ino +++ b/sonoff/xsns_21_sgp30.ino @@ -149,7 +149,7 @@ void Sgp30Show(bool json) * Interface \*********************************************************************************************/ -bool Xsns21(byte function) +bool Xsns21(uint8_t function) { bool result = false;