lancaster-university / microbit-dal

http://lancaster-university.github.io/microbit-docs
Other
254 stars 130 forks source link

Radio maximum packet size #438

Open Vertmo opened 5 years ago

Vertmo commented 5 years ago

Hi ! I'm having trouble sending (or receiving) more than 32 bytes of data using uBit.radio.datagram, even though the documentation I read specified up to 1024 characters could be sent. I tried changing MICROBIT_RADIO_MAX_PACKET_SIZE in the MicroBitRadio.h file of the runtime. Did anyone ever run up into that kind of issue ? Is there anything else to change that I've missed ?