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

[docker] correct radio URL in docker_entrypoint.sh #2699

Closed
wants to merge 1 commit into from

Conversation

Irving-cl
Copy link
Contributor

OT platform driver compares the radio URL with spinel+hdlc. +uart is not needed.

@@ -81,7 +81,7 @@ trap shutdown TERM INT

parse_args "$@"

[ -n "$RADIO_URL" ] || RADIO_URL="spinel+hdlc+uart:///dev/ttyUSB0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there's another combination: spinel+hdlc+forkpty, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I missed it. We need to keep it.

Copy link

codecov bot commented Feb 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 43.29%. Comparing base (2b41187) to head (21a9286).
Report is 938 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2699       +/-   ##
===========================================
- Coverage   55.77%   43.29%   -12.49%     
===========================================
  Files          87      108       +21     
  Lines        6890    13398     +6508     
  Branches        0      963      +963     
===========================================
+ Hits         3843     5800     +1957     
- Misses       3047     7290     +4243     
- Partials        0      308      +308     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Irving-cl Irving-cl closed this Feb 7, 2025
@Irving-cl Irving-cl deleted the docker_nit branch February 7, 2025 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants