We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b27373 commit ba39680Copy full SHA for ba39680
libraries/WiFiS3/src/WiFiFileSystem.cpp
@@ -20,6 +20,7 @@ size_t WiFiFileSystem::writefile(const char* name, const char* data, size_t size
20
if(modem.passthrough((uint8_t *)data, size)) {
21
return size;
22
}
23
+ return 0;
24
25
26
/* -------------------------------------------------------------------------- */
0 commit comments