Skip to content

Commit a3a2683

Browse files
committed
fix: update url in run_arduino.sh
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 6b16d19 commit a3a2683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_arduino_gen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ case "$1" in
226226
echo "This file should be uploaded manually by SCP, SFTP, Kermit, or etc."
227227
echo "Then run \"sh ./$(basename "$output") start\" command in the board's console."
228228
echo "For detailed instructions, please visit:"
229-
echo " https://github.com/stm32duino/Arduino_Core_STM32/tree/master/variants/STM32MP157_DK/README.md"
229+
echo " https://github.com/stm32duino/Arduino_Core_STM32/tree/master/variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC"
230230
;;
231231
*)
232232
echo "Usage: $0 [start|stop|restart]"

0 commit comments

Comments
 (0)