nRF52 getting started issues

Hello Seeed forum,

I’m trying to follow a getting started guide (Getting Started). However I’m running into issues with the Deep Sleep Demo script in the “Power Consumption Verification” section. (Deep Sleep Demo). At first I didn’t have any libraries installed and ran the verify button on the Arduino IDE 2.0 and I got an error about the libraries not present. I then downloaded a few libraries from Adruino Library Manager, but I’m getting more errors. The ones I’m looking at are about SdFat such as:

#error USE_BLOCK_DEVICE_INTERFACE must be defined to 1 in SdFatConfig.h. Make sure you use the Adafruit Fork at 'https://github.com/adafruit/SdFat'
#error FAT12_SUPPORT must be set to 1 in SdFat SdFatConfig.h. Make sure you use the Adafruit Fork at 'https://github.com/adafruit/SdFat'

I downloaded these libraries from the IDE: (SD, ALog, Adafruit BLEFimata, Adafruit BluefruitLE nRF51, Adafruit BusIO, Adafruit EPD, Adafruit GFX Library, Adafruit HX8357, Adafruit ILI9341, Adafruit ImageReader Library, Adafruit NeoPixel, Adafruit SPIFlash, Adafruit SSD1331 OLED Driver Library, Adafruit SSD1351, Adafruit ST7735 and ST7789, Adafruit STMPE610, Adafruit TouchScreen, Adafruit seesaw Library, SdFat, SdFat Adafruit Fork).

p.s. not sure how to upload txt document with verbose output in console. Let me know if you guys need more info.

Thank you