Skip to content

[Feedback] REPL decouple from serial/stdin #168

Description

@wilberforce

The REPL examples use stdin or serial. In the ESP32 case this means the debugger can't be used.

The code could be refactored so that the input and output could be specified as a bytes stream.

This could be:

  • stdin
  • serial
  • telnet
  • websocket

This would give the application more flexibility.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions