Anatoli Arkhipenko
Anatoli Arkhipenko
+1 - also looking for the way to OTA
Increase stack to 2048 or even more xTaskCreatePinnedToCore(RFIDTask, "RFID Task", 2048, NULL, 0, NULL, 0); 1K is too little. Should help. ________________________________ From: jasonrepos ***@***.***> Sent: Wednesday, July 6, 2022...
I don't understand what you mean by that.
It's an Arduino IDE legacy issue - if I do that I cannot use #define statements to control the library compilation parameters. I might need to do what I did...
I am not doing anything special with the network connection as you can see from the code. Not sure what you are asking me to do about this?
I was not paying much attention to the JPG aspect of it - the focus was on the video feed obviously. Would adding `client.stop()` after https://github.com/arkhipenko/esp32-mjpeg-multiclient-espcam-drivers/blob/master/esp32-cam/esp32-cam.ino#L368 help?
I like spiffs and have no plans to switch in the nearest future.
The main reason why I like spiffs is I can create the filesystem on a PC and upload it to the MC. Is there a similar script that can create...
Hello there. Apologies about this. I have started migrating the libs to be more PlatformIO friendly, and it is a long process with some breaks in between. I will look...
> Apparently, there is if I read this correctly: https://arduino-esp8266.readthedocs.io/en/latest/filesystem.html#uploading-files-to-file-system > > **Edit**: ESP8266LittleFS is the Name. > > I must admit, I haven't tested that tool, though. > >...