diff --git a/examples/osd/arduino-distance/run.sh b/examples/osd/arduino-distance/run.sh index 295a9ab1d..0fceb01ce 100755 --- a/examples/osd/arduino-distance/run.sh +++ b/examples/osd/arduino-distance/run.sh @@ -1,5 +1,5 @@ #!/bin/bash -# For the new bootloader (using a jump-table) you want to use -# BOOTLOADER_GET_MAC=0x0001ff80 (which is the current default) +# For the ages-old bootloader (before 2014) you want to use +# BOOTLOADER_GET_MAC=0x0001f3a0 as parameter to make below. make clean TARGET=osd-merkur -make TARGET=osd-merkur BOOTLOADER_GET_MAC=0x0001f3a0 +make TARGET=osd-merkur