Open
Description
....making it impossible to know if the operation was successful or not.
e.g. WifiStorage.write()
:
Line 53 in 0e7e65b
What's the recommended way of catching write errors?
Also, return type is int8_t
while buffer_len
is uint32_t
.