Added very minor code comments

This commit is contained in:
Sara Damiano
2018-09-13 16:43:08 -04:00
parent 48a61cc5c2
commit ed9b87d896
9 changed files with 63 additions and 8 deletions

View File

@@ -534,6 +534,10 @@ public:
int getBattPercent() TINY_GSM_ATTR_NOT_IMPLEMENTED;
/*
* Client related functions
*/
protected:
bool modemConnect(const char* host, uint16_t port, uint8_t mux, bool ssl = false) {
@@ -623,7 +627,9 @@ protected:
public:
/* Utilities */
/*
Utilities
*/
template<typename T>
void streamWrite(T last) {