Commit 833cd29b authored by 张金硕's avatar 张金硕

🐞 fix:修改投屏高度

parent 521e54db
...@@ -140,7 +140,7 @@ void BlueToothService(void) ...@@ -140,7 +140,7 @@ void BlueToothService(void)
} }
OTA_Update_Count_Open=0; OTA_Update_Count_Open=0;
} }
SetTaskbarHeight(150); SetTaskbarHeight(130);
SetBlueToothName((uint8_t *)HJBlueToothName, sizeof(HJBlueToothName)); SetBlueToothName((uint8_t *)HJBlueToothName, sizeof(HJBlueToothName));
TextService(); TextService();
} }
......
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