Tag temp fxns protected as they should be

Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
Sara Damiano
2020-02-19 18:40:09 -05:00
parent c3df44a65d
commit 75d228c545
4 changed files with 4 additions and 4 deletions

View File

@@ -378,7 +378,7 @@ class TinyGsmSequansMonarch
/*
* Temperature functions
*/
protected:
float getTemperatureImpl() {
sendAT(GF("+SMDTH"));
if (waitResponse(10000L, GF("+SMDTH: ")) != 1) {