We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe395ec commit 4181976Copy full SHA for 4181976
libraries/Bluefruit52Lib/src/services/BLEDfu.cpp
@@ -192,7 +192,7 @@ err_t BLEDfu::begin(void)
192
VERIFY_STATUS( _chr_control.begin() );
193
194
BLECharacteristic chr_revision(UUID128_CHR_DFU_REVISON);
195
- chr_packet.setTempMemory();
+ chr_revision.setTempMemory();
196
chr_revision.setProperties(CHR_PROPS_READ);
197
chr_revision.setFixedLen(2);
198
VERIFY_STATUS( chr_revision.begin());
0 commit comments