Skip to content

Commit

Permalink
Updated change log & library.properties to latest bugfix release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marzogh committed Dec 10, 2017
1 parent 7799639 commit 64e133a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions extras/Changes.log
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
// Version 3.0.1 //
// Author: Prajwal Bhattaram //
// 09.08.2017 //
// 10.12.2017 //
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
Bugs squashed:
****************
Thanks for catching and fixing the following @hanyazou
Thanks for catching and fixing the following @hanyazou (PR #101)
--> Added missing break statements in SPIFlash::_beginSPI() because that lacks some essential break statement in switch/case. (commit 1: 1de2c10)
--> The library did not wait until the busy bit in SR1 was cleared. Timeout argument of _notBusy() must be in micro-second. 500L means 500 micro seconds which is too short to wait for completion of erase command. Added " * 1000" to the arguments. (commit 2: 9633c2f)
--> Modified TestFlash.ino to check error of erase commands execution. (commit 3: a179306)
****************
-->
--> Fixes a major bug that was causing input Arrays to be overwritten by zeros during the writeByteArray() / writeCharArray() process. Thanks for catching this @hanyazou. (Issue #102)

New flash memory chips supported:
--> S25FL127S
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=SPIFlash
version=3.0.0
version=3.0.1
author=Prajwal Bhattaram
maintainer=Prajwal Bhattaram <marzogh@icloud.com>
sentence=SPI Flash library for Arduino.
Expand Down

0 comments on commit 64e133a

Please sign in to comment.