Skip to content

Commit 4c6e489

Browse files
authored
Update content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md
1 parent fcc4769 commit 4c6e489

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual

1 file changed

+1
-1
lines changed

content/hardware/02.uno/boards/uno-q/tutorials/01.user-manual/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ While the `Bridge` library is what you use in your code, the Router is the traff
799799

800800
**Linux ↔ Linux:** You can use the Router to bridge different applications running on the MPU. For example, a Python script can expose an RPC function that another Python® or C++ application calls directly, allowing services to exchange data without involving the MCU at all.
801801

802-
- **Service Discovery:** Clients (like your Python script or the MCU Sketch) "register" functions they want to expose. The Router keeps a directory of these functions and routes calls to the correct destination.
802+
- **Service Discovery:** Clients (like your Python® script or the MCU Sketch) "register" functions they want to expose. The Router keeps a directory of these functions and routes calls to the correct destination.
803803

804804
**Managing the Router Service**
805805

0 commit comments

Comments
 (0)