We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4afbb1 + c570e13 commit f0f0252Copy full SHA for f0f0252
libraries/SFU/src/SFU.cpp
@@ -21,14 +21,17 @@ int SFU::begin() {
21
if (err) {
22
err = getFileSystem().reformat(&bd);
23
}
24
+ return err;
25
26
27
int SFU::download(const char* url) {
- // No download at the moment, allow the user to upload a file via mass storage
28
+ // No download at the moment, allow the user to upload a file via mass storage
29
+ return 0;
30
31
32
int SFU::apply() {
- // No autoreboot
33
+ // No autoreboot
34
35
36
37
#ifdef ADD_USB_MSD
0 commit comments