1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-25 20:02:37 +03:00

Fix unused variable i

This commit is contained in:
sticilface 2020-11-07 19:23:09 +00:00
parent 745db9ab55
commit d382a33c7d

View File

@ -88,7 +88,6 @@ public:
uint8_t obuf[256];
size_t doneLen = 0;
size_t sentLen;
int i;
while (src.available() > sizeof(obuf)){
src.read(obuf, sizeof(obuf));