Search found 1 match

by sharalee
Tue Jun 28, 2022 2:20 am
Forum: General Discussion
Topic: How to save and read the byte array received from the server as a file in littlefs
Replies: 0
Views: 2451

How to save and read the byte array received from the server as a file in littlefs

I have to save the byte array from HttpClient(Http) in Spiffs file system. So, I get the byte array from server using https -> getStream, and save as ".txt" in spiffs. And byte array size is almost 320kB. And I read the ".txt" file, send to data using BLE. I attached my source code. boolean Ring_Dfu...