From 7c02564ed4f331f22683f2756a3509f0e60d5119 Mon Sep 17 00:00:00 2001 From: Helmut Hasler Date: Fri, 15 Oct 2021 22:01:57 +0200 Subject: [PATCH] Added return to compile with platformIO --- AirGradient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AirGradient.cpp b/AirGradient.cpp index ac6232e..cf987e5 100644 --- a/AirGradient.cpp +++ b/AirGradient.cpp @@ -303,7 +303,7 @@ TMP_RH AirGradient::periodicFetchData() // return result; } else - returnError(error); + return returnError(error); } TMP_RH_ErrorCode AirGradient::periodicStop() {