SPIFFS_write failures while writting Session Info.
- This topic has 0 replies, 1 voice, and was last updated 7 years, 11 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Tagged: flash error?, mDot, SPIFFS_WRITE
I have two mdots which are configured to connect to LORA using AUTO_OTA mode and one of them generates a SPIFFS_write error and the other doesn’t. Does this mean the mdot that has this error occurring is unable to save the Session information to the flash? Both the mdot’s are successfully able to communicate with the conduit, but I am just wondering if this would have some kind of side effect in the long run? The voltage supplied to both mdot’s is well above 3.3v and so shouldn’t run into the PVD feature which protects the mdot from not writing to flash when it hits voltage below 2.7v.
–MDOT does generate the write error.
3/23/2017 2:16:03 PM: [WARNING] This mDot hardware version does not support deep sleep… using sleep.
3/23/2017 2:16:03 PM: [DEBUG] Session saved to flash
3/23/2017 2:16:04 PM: [ERROR] SPIFFS_write failed -10015
3/23/2017 2:16:04 PM: [DEBUG] file size: 256 bytes
–MDOT that doesn’t generate the error.
3/23/2017 2:14:17 PM: [WARNING] This mDot hardware version does not support deep sleep… using sleep.
3/23/2017 2:14:17 PM: [DEBUG] Session saved to flash
3/23/2017 2:14:18 PM: [DEBUG] wrote 256 bytes
3/23/2017 2:14:18 PM: [DEBUG] file size: 256 bytes
Thanks,
Yogesh