Commit 8467b916 authored by wangxuhui's avatar wangxuhui

Merge branch 'develop' into 'release'

 feat:蓝牙名字“I”改为“L”

See merge request !15
parents b0f55ede efe3a649
...@@ -965,7 +965,7 @@ void Get_Mac_Init(void ) ...@@ -965,7 +965,7 @@ void Get_Mac_Init(void )
} }
else if(temp[0] == 3) else if(temp[0] == 3)
{ {
temp[0] = 73; temp[0] = 76;
} }
else if(temp[0] == 4) else if(temp[0] == 4)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment