WiFiStorage read/write operations ignore return value from WiFiDrv #242
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
....making it impossible to know if the operation was successful or not.
e.g.
WifiStorage.write()
:WiFiNINA/src/WiFiStorage.h
Line 53 in 0e7e65b
What's the recommended way of catching write errors?
Also, return type is
int8_t
whilebuffer_len
isuint32_t
.The text was updated successfully, but these errors were encountered: