DominikKoller / pxt-Parties

Doing things with multiple microbits made easy!
MIT License
0 stars 0 forks source link

Data Packet needs message ID #1

Closed DominikKoller closed 5 years ago

DominikKoller commented 5 years ago

We rebound data packages as well, so the same message might arrive multiple times -> we need to make sure we don't react twice to the same message (see how the heartbeat handles this, increasing the message ID in the table)