From 1e7df560aac9028df4e502d5a337d5297d0ebefc Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 7 Feb 2024 19:47:19 +1100 Subject: [PATCH] Revert "board_list.py: correct autobuild target name" This reverts commit 039701b6167d22ef8a4eb039152a70722a365484. This broken builds on the build server. We should be correcting the other way anyway, from antennatracker -> tracker --- Tools/scripts/board_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/scripts/board_list.py b/Tools/scripts/board_list.py index 1891c82258..ab92794673 100755 --- a/Tools/scripts/board_list.py +++ b/Tools/scripts/board_list.py @@ -16,7 +16,7 @@ class Board(object): self.name = name self.is_ap_periph = False self.autobuild_targets = [ - 'AntennaTracker', + 'Tracker', 'Blimp', 'Copter', 'Heli',