scarecrowli / zigduino-radio

Automatically exported from code.google.com/p/zigduino-radio
0 stars 1 forks source link

non-immediate send is limited #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Apparently I forgot that if the length of a payload is too long, then I should 
just send the first chunk and then send the 2nd chunk later. I'll implement 
this soon.

Original issue reported on code.google.com by frank.zhao.main@gmail.com on 30 Aug 2011 at 7:38

GoogleCodeExporter commented 9 years ago
fixed in r12

fixed by calling endTransmission and beginTransmission consecutively

Original comment by frank.zhao.main@gmail.com on 30 Aug 2011 at 11:48