We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf7ad6 commit b9c055aCopy full SHA for b9c055a
src/Modem.cpp
@@ -178,7 +178,7 @@ size_t ModemClass::write(const uint8_t* buf, size_t size)
178
{
179
size_t result = _uart->write(buf, size);
180
181
- // the R410m echos the binary data, when we don't what it to so
+ // the R410m echoes the binary data - we don't want it to do so
182
size_t ignoreCount = 0;
183
184
while (ignoreCount < result) {
0 commit comments