Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b342545

Browse files
authoredOct 26, 2024··
fix(ci): missing error message
1 parent 5ff67d6 commit b342545

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/validation/periman/periman.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ void i2s_test(void) {
228228
i2s.setPins(uart1_rx_pin, uart1_tx_pin, -1);
229229
i2s.setTimeout(1000);
230230
if (!i2s.begin(I2S_MODE_STD, 16000, I2S_DATA_BIT_WIDTH_16BIT, I2S_SLOT_MODE_STEREO)) {
231+
Serial.println("I2S init failed");
231232
}
232233
#endif
233234
teardown_test();

0 commit comments

Comments
 (0)
Please sign in to comment.