Arduino-Libraries icon indicating copy to clipboard operation
Arduino-Libraries copied to clipboard

Suggested change to setMaxAllowedWrites

Open nottledim opened this issue 10 years ago • 0 comments

It should be possible to turn off the max allowed writes check. I suggest the unix way: when argument is zero it means 'no check'. In the code

if (_allowedWrites > 0 && ( _writeCounts > _allowedWrites) ) {

nottledim avatar Dec 20 '14 14:12 nottledim