We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bfc01f commit 031bdccCopy full SHA for 031bdcc
examples/httpmsg.toit
@@ -13,7 +13,7 @@ main:
13
14
// Start the HTTP Message server on port 80
15
// This allows communicating with the device via a HTTP page
16
- services.HttpMsg device.name comms --serve=true
+ services.HttpMsg device comms --serve=true
17
18
// And start a service that prints all received messages to the console
19
// To see the messages, `jag monitor` the device that is running this code
0 commit comments