Update SDCardManager.h

This commit is contained in:
Stanislav Khromov 2026-01-15 00:48:45 +01:00
parent eff8126db8
commit 82e6f846bc

View File

@ -1,9 +1,10 @@
#pragma once #pragma once
#include <WString.h>
#include <vector>
#include <string>
#include <SdFat.h> #include <SdFat.h>
#include <WString.h>
#include <string>
#include <vector>
class SDCardManager { class SDCardManager {
public: public:
@ -42,7 +43,6 @@ class SDCardManager {
/** /**
* Format the SD card as FAT32/exFAT (auto-selected based on size) * Format the SD card as FAT32/exFAT (auto-selected based on size)
* WARNING: This erases ALL data on the card!
* @param pr Optional Print destination for progress output (e.g., &Serial) * @param pr Optional Print destination for progress output (e.g., &Serial)
* @return true on success, false on failure * @return true on success, false on failure
*/ */