ewpa / LibSSH-ESP32

Libssh SSH client & server port to ESP32 Arduino library
https://www.ewan.cc/node/157
Other
265 stars 36 forks source link

Esp idf v5.1 migration #30

Closed SylvianHemus closed 1 month ago

SylvianHemus commented 11 months ago

I want to request this is moved into a new branch (not master) as my changes are likely unstable. However git doesn't give me an option when I make a pull request. Fair warning that I have little experience with C or C++, and just started learning ESP-IDF. But it compiles now with ESP-IDF v5.1 and recent versions of GCC. Likely has some functional bugs, will continue working on project and report any I find

ewpa commented 1 month ago

Fixed with commit 057ada82. Please check and confirm.