jenya7
jenya7
ok. I found the problem. Now res = SPIFFS_format(&fs); returns SPIFFS_OK. But here spiffs_file fd = SPIFFS_open(&fs, path, SPIFFS_CREAT | SPIFFS_TRUNC | SPIFFS_RDWR, 0); i get SPIFFS_ERR_FULL (-10001). What's the...
Still it stops at (1). May be it's mandatory to include all code in `void main() { }` ? I see. Thank you, it works. May I port it to...
LUA parser is pretty heavy for embedded applications. How can I include in the script external functions? This way I could write ` int main() { int sens1_val; int sens2_val;...