Merge pull request #233 from iprak/w600-fixes

W600 fixes
This commit is contained in:
openshwprojects
2022-10-02 11:05:34 +02:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@ -97,6 +97,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)