Skip to content

CI: Add peripheral manager test #8811

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

Merged
merged 3 commits into from
Jan 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add note
  • Loading branch information
lucasssvaz committed Dec 5, 2023
commit a59546f28e7228a333272d4e278df46b7d307e2e
1 change: 1 addition & 0 deletions tests/periman/periman.ino
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ void setup() {
dac_test();
touch_test();

// Print to Serial1 to avoid buffering issues
Serial1.println("Peripheral Manager test done");
}

Expand Down