Skip to content

Conversation

@RobertBlackhart
Copy link
Contributor

Fixes #30

The code will now look for 3 possible prompt values:

  • The >>> standard MicroPython prompt
  • The --> aiorepl prompt
  • Any custom prompt the user has set on sys.ps1

Here's a connection to a board with no customized prompt (same behavior as before the change):
image

Here's a connection to a board that has the aiorepl demo script in its main.py:
image

If ViperIDE detects the user has a custom prompt, it will log that fact:
image

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Errors when attempting connect to board running aiorepl

1 participant