From eaf154bda998dab3ab5b6fadc920596a1d504055 Mon Sep 17 00:00:00 2001
From: Federico Lolli <federico.lolli@skywarder.eu>
Date: Mon, 22 Jan 2024 16:07:47 +0100
Subject: [PATCH] updated README with real ref to entrypoint

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f8e7d8e..c63421f 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ The executable will be located in the `target/release` folder.
 
 ## Usage
 
-ARPIST needs a board with a radio module connected to a serial port to work. The board must have a specific entrypoint flashed, which can be found on the [Boardcore repo](https://git.skywarder.eu/avn/swd/skyward-boardcore), [here](https://git.skywarder.eu/avn/swd/skyward-boardcore/-/blob/main/src/entrypoints/) precisely.
+ARPIST needs a board with a radio module connected to a serial port to work. The board must have a specific entrypoint flashed, which can be found on the [Boardcore repo](https://git.skywarder.eu/avn/swd/skyward-boardcore), [here](https://git.skywarder.eu/avn/swd/skyward-boardcore/-/blob/nokia-tm-dev/src/entrypoints/sx1278-mav-raw.cpp) precisely.
 
 Once the board has the correct entrypoint flashed, is connected to the serial port and the serial port, you can run ARPIST with the following command:
 
-- 
GitLab