Skip to content

Commit

Permalink
Increased flash write count
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekGn committed Jan 25, 2021
1 parent 64ec2fa commit ca49a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RfmOTA/RfmOTA/Ota/OtaService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ internal class OtaService : IOtaService
private readonly IRfmUsb _rfmUsb;

private const int MaxFlashWriteSize = 64;
private const int FlashWriteRows = 1;
private const int FlashWriteRows = 2;

private uint _flashWriteSize;
private uint _numberOfPages;
Expand Down

0 comments on commit ca49a80

Please sign in to comment.