Commit 6b079117 authored by 张金硕's avatar 张金硕

🐞 fix:修改ota二维码的坐标

parent f8deed46
...@@ -55,8 +55,8 @@ void BlueToothService() ...@@ -55,8 +55,8 @@ void BlueToothService()
} }
SetUUIDData((char *)UUIDConfigBuf, 22); SetUUIDData((char *)UUIDConfigBuf, 22);
QRCode_Rect.x = 178; QRCode_Rect.x = 650;
QRCode_Rect.y = 130; QRCode_Rect.y = 210;
QRCode_Rect.height = 240; QRCode_Rect.height = 240;
QRCode_Rect.width = 240; QRCode_Rect.width = 240;
SetScreenType(QRCode_TYPE, QRCode_Rect); SetScreenType(QRCode_TYPE, QRCode_Rect);
......
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