Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
haoJin750TFT
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ๆถๆ
haoJin750TFT
Commits
e394155b
Commit
e394155b
authored
Nov 10, 2024
by
ๅผ ้็ก
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
๐
fix:ไผๅ่็้ป่พ
parent
c7c3d7e8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
8 deletions
+10
-8
BlueTooth.c
Firmware/Source/Application/BlueTooth.c
+8
-4
BlueTooth.h
Firmware/Source/Application/BlueTooth.h
+1
-0
PowerManag_user.c
Firmware/Source/Component/PowerManagement/PowerManag_user.c
+1
-0
Sys_Task_List.c
Firmware/Source/System/Sys_Task_List.c
+0
-4
No files found.
Firmware/Source/Application/BlueTooth.c
View file @
e394155b
...
...
@@ -47,6 +47,13 @@ uint8_t MCUVersionASCLLList[26] =
void
TextService
(
void
);
void
BlueTooth_IGOFF_INIT
(
void
)
{
GetBlueToothVaild
=
0
;
OTA_Update_Flag
=
0
;
SetBluetoothTurnXX
(
0
);
SetUpdateCtrl
(
0
,
QRCode_Rect
);
}
void
BlueToothService
(
void
)
{
if
(
SYS_OPR_STAT_IGN_ON
)
...
...
@@ -148,10 +155,7 @@ void BlueToothService(void)
}
else
{
GetBlueToothVaild
=
0
;
OTA_Update_Flag
=
0
;
SetBluetoothTurnXX
(
0
);
SetUpdateCtrl
(
0
,
QRCode_Rect
);
;
}
}
...
...
Firmware/Source/Application/BlueTooth.h
View file @
e394155b
...
...
@@ -41,6 +41,7 @@ static const uint8_t SW_Version[3] = {SW_EXTERNAL_VERSION};
extern
void
BlueToothService
(
void
);
extern
uint8_t
Get_Talking_PhoneBookValid
(
void
);
extern
uint8_t
Get_UUID_UDSStatus
(
void
);
extern
void
BlueTooth_IGOFF_INIT
(
void
);
extern
_PICID_Struct
PicObj
;
extern
_QRCODE_RECT
QRCode_Rect
;
extern
uint8_t
PhoneNumber
[
40
];
...
...
Firmware/Source/Component/PowerManagement/PowerManag_user.c
View file @
e394155b
...
...
@@ -125,6 +125,7 @@ static void Power_IG_OFF_Init(void)
{
Line_In_KL15_OFF_Init
();
BackLight_15_Init
();
BlueTooth_IGOFF_INIT
();
}
static
void
Power_IG_ON_Init
(
void
)
...
...
Firmware/Source/System/Sys_Task_List.c
View file @
e394155b
...
...
@@ -74,10 +74,6 @@ void Sys_50ms_Tasks(void)
VechileSpeed_time
++
;
}
uint32_t
ODOtest
=
0
;
uint32_t
Triptest
=
0
;
uint32_t
aaa
=
0
;
void
Sys_100ms_Tasks
(
void
)
{
BlueToothService
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment