update library for fork

This commit is contained in:
hathach 2022-10-14 16:53:41 +07:00
parent 0b713a014c
commit d63799cf4e

View file

@ -1,11 +1,11 @@
name=SdFat
version=2.2.0
name=SdFat - Adafruit Fork
version=2.2.1
license=MIT
author=Bill Greiman <fat16lib@sbcglobal.net>
maintainer=Bill Greiman <fat16lib@sbcglobal.net>
sentence=Provides access to SD memory cards.
paragraph=The SdFat library supports FAT16, FAT32, and exFAT file systems on Standard SD, SDHC, and SDXC cards.
maintainer=Adafruit <support@adafruit.com>
sentence=Provides access to SD memory cards and (Q)SPI Flash.
paragraph=The SdFat library supports FAT12, FAT16, FAT32, and exFAT file systems on Standard SD, SDHC, SDXC cards and (Q)SPI Flash.
category=Data Storage
url=https://github.com/greiman/SdFat
repository=https://github.com/greiman/SdFat.git
architectures=*
url=https://github.com/adafruit/SdFat
repository=https://github.com/adafruit/SdFat.git
architectures=rp2040,nrf52,samd,esp32,*