We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parenta3a2683 commitf2c86ffCopy full SHA for f2c86ff
run_arduino_gen.sh
@@ -226,7 +226,7 @@ case "$1" in
226
echo"This file should be uploaded manually by SCP, SFTP, Kermit, or etc."
227
echo"Then run\"sh ./$(basename"$output") start\" command in the board's console."
228
echo"For detailed instructions, please visit:"
229
-echo" https://github.com/stm32duino/Arduino_Core_STM32/tree/master/variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC"
+echo" https://github.com/stm32duino/Arduino_Core_STM32/tree/main/variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC"
230
;;
231
*)
232
echo"Usage:$0 [start|stop|restart]"