jenya7

Results 6 comments of 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;...

OK. Making a library. After **./update-dependencies.sh** doing **qmake -r qhttp.pro** and get WARNING: Failure to find: ../3rdparty/http-parser/http_parser.c WARNING: Failure to find: ../3rdparty/http-parser/http_parser.h

Thank you. On Sat, Oct 29, 2022 at 10:52 AM S. Mehran M. Ziabary < ***@***.***> wrote: > Seems that you forgot to clone submodules. Run: > > git clone...

Hello, Finally I've managed to compile the project. I see in /home/pi/qhttp/xbin a shortcut to libqhttp.so. And include it LIBS += -lqhttp But when I compile my project I get...