Denis
Denis
I will tick when I have succeeded in doing so - [ ] Music - [x] Navigation - [ ] Map - [ ] Notification - [x] Stopwatch - [x]...
which is better between AsyncElegantOTA and ElegantOTA? Will you merge the two projects?
I tried to use libssh with littlefs with some modification and it works pretty well (test with an esp32 wrover) it would be necessary just to modify the examples
Hello i first tried to transmit information between an esp32 and an esp32-c3 with the program provided by expressif and it worked ``` #include #include // Variables for test data...
I've added a mutex to correct the crash when using the desctrutor for asyncrone events with a pointer
``` .pio/libdeps/esp-wrover-kit/PsychicHttp/src/PsychicJson.cpp:4:111: error: class 'PsychicJsonResponse' does not have any field named '__response' 4 | PsychicJsonResponse::PsychicJsonResponse(PsychicResponse* response, bool isArray, size_t maxJsonBufferSize) : __response(response), | ^~~~~~~~~~ .pio/libdeps/esp-wrover-kit/PsychicHttp/src/PsychicJson.cpp:5:140: error: no matching function for...