Skip to content

Commit 58119b7

Browse files
authored
fix(matter): typo in late addition
1 parent 8d3eafc commit 58119b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Matter/examples/WiFiProvWithinMatter/WiFiProvWithinMatter.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ void setup() {
114114
Serial.printf("QR code URL: %s\r\n", Matter.getOnboardingQRCodeUrl().c_str());
115115
Serial.println();
116116
// waits 30 seconds for Matter Commissioning, keeping it blocked until done
117-
delay(30000)
117+
delay(30000);
118118
}
119119
}
120120

0 commit comments

Comments
 (0)