diff --git a/latest/Firmware/Bootloader/.cproject b/latest/Firmware/Bootloader/.cproject
index 3f42592..ca522b1 100644
--- a/latest/Firmware/Bootloader/.cproject
+++ b/latest/Firmware/Bootloader/.cproject
@@ -14,7 +14,7 @@
-
+
@@ -165,7 +165,7 @@
-
+
@@ -321,6 +321,7 @@
+
diff --git a/latest/Firmware/Bootloader/Src/gpio.tmp b/latest/Firmware/Bootloader/Src/gpio.tmp
deleted file mode 100644
index 7b360b9..0000000
--- a/latest/Firmware/Bootloader/Src/gpio.tmp
+++ /dev/null
@@ -1,11 +0,0 @@
-
-#n/** Configure pins as #n #t#t #t* Analog #n #t#t #t* Input #n #t#t #t* Output#n #t#t #t* EVENT_OUT#n #t#t #t* EXTI
-*/
-static void MX_GPIO_Init(void)
-{
-#n
-#n#t/* GPIO Ports Clock Enable */
-#t__HAL_RCC_GPIOA_CLK_ENABLE();
-#n
-}
-#n
diff --git a/latest/Firmware/Transponder/.cproject b/latest/Firmware/Transponder/.cproject
index 73222d7..a3e4af2 100644
--- a/latest/Firmware/Transponder/.cproject
+++ b/latest/Firmware/Transponder/.cproject
@@ -1765,6 +1765,184 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/latest/Firmware/Transponder/.gitignore b/latest/Firmware/Transponder/.gitignore
index 230ea57..d255c91 100644
--- a/latest/Firmware/Transponder/.gitignore
+++ b/latest/Firmware/Transponder/.gitignore
@@ -26,3 +26,4 @@ Debug
/L422-Board11.0-NewBreakouts-Bootloader/
/L422-Board11.0-LegacyBreakouts/
+/L422-Board11.0-LegacyBreakouts-Bootloader/
diff --git a/latest/Firmware/Transponder/Inc/config.h b/latest/Firmware/Transponder/Inc/config.h
index 7eeb304..30388da 100644
--- a/latest/Firmware/Transponder/Inc/config.h
+++ b/latest/Firmware/Transponder/Inc/config.h
@@ -25,7 +25,7 @@
#include "TXPowerSettings.h"
-#define FW_REV "4.0.1"
+#define FW_REV "4.0.2"
/*
diff --git a/latest/Firmware/Transponder/Src/bsp/bsp_11_0.cpp b/latest/Firmware/Transponder/Src/bsp/bsp_11_0.cpp
index 6ef2908..cd2a542 100644
--- a/latest/Firmware/Transponder/Src/bsp/bsp_11_0.cpp
+++ b/latest/Firmware/Transponder/Src/bsp/bsp_11_0.cpp
@@ -26,8 +26,11 @@
#if BOARD_REV==110
-
+#ifndef VECT_TAB_OFFSET
#define STATION_DATA_ADDRESS 0x0800F800
+#else
+#define STATION_DATA_ADDRESS 0x0801F800
+#endif
const char *BSP_HW_REV = "11.x";