hpsaturn / esp32-wifi-cli

Basic CLI for WiFi setup over ESP32
GNU General Public License v3.0
9 stars 3 forks source link

Shell Terminal migration to Shellminator #14

Closed hpsaturn closed 3 weeks ago

hpsaturn commented 3 months ago

Summary

Improved shell terminal to a better shell handler and its commander, preserving the same parser and some API commands. It is not full backward compatibility with the versions 0.2.x.

TODO

Details:

688bba7 Merge pull request #13 from hpsaturn/fix_sample_issues 340cc70 migrated integration tests with the new specs 15fc409 migrated to the new implementation the library samples fc9be9b Merge pull request #12 from hpsaturn/improv_serialterminal 90da972 improved shell export, now is able set log and perform clear on the impl 259de60 fixed issue on password extraction 85568c9 refactor to only one command and its sub commands 49e14ab fixed C3 issue on shell layer. Thanks to @dani007200964 https://github.com/dani007200964/Shellminator/issues/19 0f4a3e7 added temporal branch on CommanderAPI with Wire issue fixed 733c723 testing with ESP32C3 but it has a issue #19 https://github.com/dani007200964/Shellminator/issues/19 d4a5388 first version with static commands array 6390f43 fixed array issue using the same struct b633ef0 partial migration of the terminal console base