Skip to content

Commit 8c3ddb7

Browse files
author
Luc
committed
Update SSDP.ino
fix typo
1 parent 89240e0 commit 8c3ddb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/SSDP/SSDP.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void setup() {
4545
SSDP.setModelName("Philips hue bridge 2012");
4646
//set model description
4747
//Null string if not set
48-
SSDP.setModelDescription("This device can be controled by WiFi".);
48+
SSDP.setModelDescription("This device can be controled by WiFi");
4949
//set model number
5050
//Null string if not set
5151
SSDP.setModelNumber("929000226503");

0 commit comments

Comments
 (0)