|
@@ -69,7 +69,8 @@
|
|
#define STORE_MAC_ADDR "mac_addr"
|
|
#define STORE_MAC_ADDR "mac_addr"
|
|
|
|
|
|
#define STORE_LANG "language"
|
|
#define STORE_LANG "language"
|
|
-static std::string defaultLang = "zh_CN";
|
|
|
|
|
|
+//static std::string defaultLang = "zh_CN";
|
|
|
|
+static std::string defaultLang = "en_US";
|
|
|
|
|
|
static uint32_t redLightColour = 0xFFFEB8BF;
|
|
static uint32_t redLightColour = 0xFFFEB8BF;
|
|
static uint32_t redDeepColour = 0xFFF78B8F;
|
|
static uint32_t redDeepColour = 0xFFF78B8F;
|