From 0f1ec1b01d6574d58cfc54eb20d6110e9224b51a Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Tue, 27 Jun 2023 17:52:37 +0200 Subject: [PATCH] Update index.md --- docs/configuration/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/index.md b/docs/configuration/index.md index 0ed00637..abcb78fa 100644 --- a/docs/configuration/index.md +++ b/docs/configuration/index.md @@ -112,7 +112,7 @@ This describes how to set up a mobile PaxCounter:
Follow all steps so far fo ## SD-card -Data can be stored on SD-card if the board provides an SD card interface, either with SPI or MMC mode. To enable this feature, specify interface mode and hardware pins in board's hal file (`src/hal/`): +Data can be stored on a FAT32 (pre-)formatted SD-card if the board provides an SD card interface, either with SPI or MMC mode. To enable this feature, specify interface mode and hardware pins in board's hal file (`src/hal/`): ```c #define HAS_SDCARD 1 // SD-card interface, using SPI mode @@ -149,4 +149,4 @@ Additionally, it's possible to redirect system console output to a plain text fi ```c linenums="16" title="src/paxcounter_orig.conf" --8<-- "src/paxcounter_orig.conf:16:16" -``` \ No newline at end of file +```