mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-10-29 18:00:18 +00:00
Fix inside debug statement
This commit is contained in:
@@ -828,7 +828,7 @@ protected:
|
||||
sockets[mux]->rx.put(c);
|
||||
}
|
||||
waitResponse();
|
||||
DBG("### READ:", len_read, "from", mux);
|
||||
DBG("### READ:", TinyGsmMin(len_confirmed, len_requested), "from", mux);
|
||||
return TinyGsmMin(len_confirmed, len_requested);
|
||||
}
|
||||
|
||||
|
@@ -756,7 +756,7 @@ protected:
|
||||
sockets[mux]->rx.put(c);
|
||||
}
|
||||
waitResponse();
|
||||
DBG("### READ:", len_read, "from", mux);
|
||||
DBG("### READ:", TinyGsmMin(len_confirmed, len_requested), "from", mux);
|
||||
return TinyGsmMin(len_confirmed, len_requested);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user