From d6d5debc191abefde6e569151d8794f3cee2ce89 Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Tue, 27 Jun 2023 17:50:38 +0200 Subject: [PATCH] Update hardware.md --- docs/hardware.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hardware.md b/docs/hardware.md index 57a8a588..5f7b9950 100644 --- a/docs/hardware.md +++ b/docs/hardware.md @@ -24,7 +24,7 @@ LoLin32lite + [LoraNode32-Lite shield](https://github.com/hallard/LoLin32-Lite-L - TTGO: [T-Wristband](https://www.aliexpress.com/item/4000527495064.html) - Generic ESP32 -*) supports microSD/TF-card for local logging of paxcounter data +*) supports microSD/TF-card for local logging of paxcounter data. SD/TF-card must be FAT32 formatted. Depending on board hardware following features are supported: @@ -73,4 +73,4 @@ By default, bluetooth sniffing is not started. If you enable bluetooth be aware ``` c linenums="29" title="paxcounter.conf" #define BLECOUNTER 1 - ``` \ No newline at end of file + ```