Skip to content

Commit 68e2b02

Browse files
authored
Update URL in RPC library example
The previous URL is to a private repository which the user will not be able to access.
1 parent 4c38504 commit 68e2b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/RPC/examples/PortentaX8_EchoServer/PortentaX8_EchoServer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/*
55
* This sketch demonstrates how to interact with the Portenta X8 Serial port (over USB)
6-
* On the board, launch both 'proxy' and 'example' binaries (from https://github.com/bcmi-labs/portentax8-m4-proxy)
6+
* On the board, launch both 'proxy' and 'example' binaries (from https://github.com/arduino/portentax8-m4-proxy)
77
* The M4 provides the 'subtract' API (which will be invoked by 'example'
88
* It also provides a full duplex Serial-like interface that is proxies through the serial monitor
99
* Last but not leas, when you write 'echo' the corresponding function in 'example' will be triggered

0 commit comments

Comments
 (0)