Added USER_SW_VER for PLATFORM_BL602

This commit is contained in:
Indu Prakash
2022-10-01 20:52:16 +00:00
parent 730b8600e1
commit 39460e0fd7

View File

@ -95,6 +95,8 @@ const char htmlFooterInfo[] =
#define USER_SW_VER "BK7231N_Test"
#elif defined(PLATFORM_BK7231T)
#define USER_SW_VER "BK7231T_Test"
#elif defined(PLATFORM_BL602)
#define USER_SW_VER "BL602_Test"
#elif defined(PLATFORM_W600)
#define USER_SW_VER "W600_Test"
#elif defined(PLATFORM_W800)