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

fix test_millis_mm & add test_ping #5455

Merged
merged 3 commits into from
Dec 9, 2018

Conversation

liebman
Copy link
Contributor

@liebman liebman commented Dec 8, 2018

device test updates:

  • fix test_millis_mm compile error
  • add test_ping

@d-a-v ping works, thanks!

@devyte devyte merged commit 0550ccd into esp8266:master Dec 9, 2018
@devyte devyte added this to the 2.5.0 milestone Dec 9, 2018
ping_start(&po);
delay((PING_COUNT+2)*1000);
}
REQUIRE(recv_count == PING_COUNT);
Copy link
Member

Choose a reason for hiding this comment

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

Indentation

Copy link
Contributor Author

@liebman liebman Dec 9, 2018

Choose a reason for hiding this comment

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

@igrr - good catch! I'll make a new PR to fix that.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

submitted pr #5459

@liebman liebman deleted the add_test_ping_fix_test_millis_mm branch December 9, 2018 03:27
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.

4 participants