Index: firmware/App/BLCommon.h =================================================================== diff -u -r5df59c66ea91c0bc977958cf9a2167ccedc80dad -r48165dce7fdb587c0597414543eb482694061f25 --- firmware/App/BLCommon.h (.../BLCommon.h) (revision 5df59c66ea91c0bc977958cf9a2167ccedc80dad) +++ firmware/App/BLCommon.h (.../BLCommon.h) (revision 48165dce7fdb587c0597414543eb482694061f25) @@ -28,11 +28,11 @@ * TD = 0 * DD = 1 */ -#define BL_STACK_ID 1 +#define BL_STACK_ID 0 #define BL_VERSION_MAJOR 0 #define BL_VERSION_MINOR 0 #define BL_VERSION_MICRO 0 -#define BL_VERSION_BUILD 0 +#define BL_VERSION_BUILD 3 #endif