Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shell Handling Library for Line Editing #7

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 2, 2024

  1. shell-lib: vendored microrl library

    PlatformIO kept exploding when trying to build the `microrl-remastered`
    library because of the folder structure. Resolved by vendoring v2.5.0
    and including our `_user_config.h` in the source folder, finally making
    the compile process happy.
    
    WIP: debugging microrl+Commander
    
    shell-lib: use TeePrint for most outputs, Commander switches ports
    
    shell-lib: add vendored microrl library info
    
    shell-lib: check for cli streaming for both input ports
    
    Moves the `adc dump` ending check into `cli_loop()` so that both streams
    can be monitored. Also gets away from checking `cli->getInputPort()`
    which is now a NULL to work with `microrl`
    
    shell-lib: fixup! stop Streaming when a command is run
    
    Too much potential for an extra character in the buffer to stop the
    streaming prematurely. So, instead just wait until a command is
    executed.
    jclds139 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4683505 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79438c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    110e7a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    899de75 View commit details
    Browse the repository at this point in the history