From 5af95a096387851fa19ad5bd8774bff52aacba32 Mon Sep 17 00:00:00 2001 From: Mina Mayo-Smith <mayosmith.myxuan@gmail.com> Date: Fri, 23 Feb 2024 06:51:37 +0000 Subject: [PATCH] Update file 02-process.md --- docs/development/02-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/02-process.md b/docs/development/02-process.md index 9fb54de..633e096 100644 --- a/docs/development/02-process.md +++ b/docs/development/02-process.md @@ -490,7 +490,7 @@ Now that I've tested that the TX and RX Xiao boards can communicate with one ano #### TX code -In this code I will insert my **RX board's MAC address** +In this code I will insert my **RX board's MAC address** the line that says "uint8_t RxMACaddress[] = {0x34, 0x85, 0x18, 0x03, 0x77, 0x7C};" is where those digits go ``` -- GitLab