Update SDCardManager.h
This commit is contained in:
parent
eff8126db8
commit
82e6f846bc
@ -1,9 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <WString.h>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <SdFat.h>
|
||||
#include <WString.h>
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class SDCardManager {
|
||||
public:
|
||||
@ -42,7 +43,6 @@ class SDCardManager {
|
||||
|
||||
/**
|
||||
* 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)
|
||||
* @return true on success, false on failure
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user