From a7b230a0b78e13ba70054ec54a8bd5c19f180b6e Mon Sep 17 00:00:00 2001 From: harald42 Date: Wed, 24 Feb 2016 08:29:24 +0100 Subject: [PATCH] bugfix get macaddress --- examples/osd/arduino-distance/run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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