vovagorodok / ArduinoBleOTA

Upload firmware over Bluetooth
MIT License
19 stars 7 forks source link

Change CRC library #11

Closed Pikokosan closed 1 year ago

Pikokosan commented 1 year ago

CRC was incorrect due to the default setting in the library not being correct by default. found solution in the issues tab and confirmed successful firmware example update using the provided pre compiled app.

vovagorodok commented 1 year ago

CRC lubrary alligned: https://github.com/RobTillaart/CRC/pull/32 Created new branch in order to test it: https://github.com/vovagorodok/ArduinoBleOTA/tree/crc_library_change

vovagorodok commented 1 year ago

Created another PR: https://github.com/vovagorodok/ArduinoBleOTA/pull/28