Format after PR
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
@@ -467,9 +467,7 @@ class TinyGsmSim800 : public TinyGsmModem<TinyGsmSim800>,
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool setMicVolume(uint8_t channel, uint8_t level) {
|
bool setMicVolume(uint8_t channel, uint8_t level) {
|
||||||
if(channel > 4){
|
if (channel > 4) { return 0; }
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
sendAT(GF("+CMIC="), level);
|
sendAT(GF("+CMIC="), level);
|
||||||
return waitResponse() == 1;
|
return waitResponse() == 1;
|
||||||
}
|
}
|
||||||
@@ -485,6 +483,7 @@ class TinyGsmSim800 : public TinyGsmModem<TinyGsmSim800>,
|
|||||||
sendAT(GF("STTONE="), 0);
|
sendAT(GF("STTONE="), 0);
|
||||||
return waitResponse();
|
return waitResponse();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Time functions
|
* Time functions
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user