We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac14383 commit 289c4b8Copy full SHA for 289c4b8
source/bluetooth/MicroBitPartialFlashingService.cpp
@@ -179,12 +179,6 @@ void MicroBitPartialFlashingService::flashData(uint8_t *data)
179
// | COMMAND | OFFSET | PACKET# | DATA |
180
// +-----------+---------+---------+----------+
181
uint8_t packetNum = data[3];
182
- /**
183
- * Packets with packet num < packet count
184
- * Ignore as part of retransmitted block
185
- */
186
- if(packetNum < packetCount)
187
- return;
188
189
/**
190
* Check packet count
0 commit comments