Closed stripwax closed 2 years ago
(Will mark as 'ready' once I've performed some further testing, which means I need to merge it locally with my SAMD21 changes and/or set up avr nano hardware)
Hi David,
Cause of your collaborative work, We'll move to to classical rolling version. So, I've removed version numbers from now in dir and files. Also, for version number it will show new maxduino to clarify the change.
It seems that my changes are only working correctly when using 2.1.2 version of sdfat (probably >= 2.0.0) , and not working correctly using 1.1.4 version of sdfat (probably < 2.0.0) . I did not test using 1.1.4 version of sdfat yet ... I'll see if I can get it working!
Since this has already been merged and closed, I will create a new pull request for the corresponding changes/fixes.
There's quite a lot going on here
For simplicity, I also removed the support for the non-sdfat library (i.e. using SD when SDFat is not defined). It looks like all the hardware targets set #define SDFat so maybe there's no point keeping the SD code around.
Feel free to discuss and test - this is a bit work-in-progress as I don't yet have a Nano target to test on