David Smart / NWSWeather
Revision:
20:29257dc4c7aa
Parent:
19:00af774c9b72
diff -r 00af774c9b72 -r 29257dc4c7aa NWSWeather.cpp
--- a/NWSWeather.cpp	Sat Feb 23 16:48:49 2019 +0000
+++ b/NWSWeather.cpp	Sat Feb 23 18:01:39 2019 +0000
@@ -131,7 +131,7 @@
                 }
             } else {
                 WARN("get returned %d, no response?", ret);
-                retCode = noresponse;
+                retCode = (NWSReturnCode_T)ret; // return code from get also indicates type of error // noresponse;
                 break;
             }
         } else {