Fix for read(buf, len) in WifiClient and Firmware#40
Fix for read(buf, len) in WifiClient and Firmware#40glennkreisel wants to merge 1 commit intoarduino:masterfrom
Conversation
read(buf,len) was not returning the bytes actually waiting to be read. And it was not returning only the requested bytes but many more.
|
I have been hoping someone would compile this and I could evaluate it by loading it into wifi shield firmware. I don't know how to compile this to create elf or hex files. This could be a significant fix for wifi shield instability problems. Can anyone do it? |
|
Yeah the Arduino WIFI shield has some issues.. That is one of them. G From: DonKnowlton notifications@github.com I have been hoping someone would compile this and I could evaluate it by loading it into wifi shield firmware. I don't know how to compile this to create elf or hex files. This could be a significant fix for wifi shield instability problems. |
|
|
read(buf,len) was not returning the bytes actually waiting to be read.
And it was not returning only the requested bytes but many more.