Search found 1 match

by Kingstocks
Fri Jun 07, 2024 3:21 am
Forum: General Discussion
Topic: esp_spiffs.h need little bit of help
Replies: 2
Views: 625

esp_spiffs.h need little bit of help

Hi all, I have try alot of thing to make it work but I see it make a char as array but when I add a other char = the out I do not got the same data out if anyone can help or point me in the right area char dataout; void read_file_now(char *name, char *output) { char oldData[64]; FILE* f = fopen(name...