Skip to content

Commit 031bdcc

Browse files
committed
Fix httpmsg example
1 parent 5bfc01f commit 031bdcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/httpmsg.toit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ main:
1313

1414
// Start the HTTP Message server on port 80
1515
// This allows communicating with the device via a HTTP page
16-
services.HttpMsg device.name comms --serve=true
16+
services.HttpMsg device comms --serve=true
1717

1818
// And start a service that prints all received messages to the console
1919
// To see the messages, `jag monitor` the device that is running this code

0 commit comments

Comments
 (0)