mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-12 10:05:43 +00:00
default USER_SW_VER for BL602
This commit is contained in:
@ -86,6 +86,8 @@ const char htmlFooterInfo[] =
|
||||
"href=\"https://paypal.me/openshwprojects\">Support project</a><br>";
|
||||
|
||||
// make sure that USER_SW_VER is set on all platforms
|
||||
// Automatic Github builds are setting it externally,
|
||||
// but it may not be set while doing a test build on developer PC
|
||||
#ifndef USER_SW_VER
|
||||
#ifdef WINDOWS
|
||||
#define USER_SW_VER "Win_Test"
|
||||
@ -99,6 +101,8 @@ const char htmlFooterInfo[] =
|
||||
#define USER_SW_VER "W600_Test"
|
||||
#elif defined(PLATFORM_W800)
|
||||
#define USER_SW_VER "W800_Test"
|
||||
#elif defined(PLATFORM_BL602)
|
||||
#define USER_SW_VER "BL602_Test"
|
||||
#else
|
||||
#define USER_SW_VER "unknown"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user