Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
card10
firmware
Commits
8b937b4e
Commit
8b937b4e
authored
5 years ago
by
schneider
Browse files
Options
Downloads
Patches
Plain Diff
fix(ble): Increase output power to 0 dBm
parent
283e227c
No related branches found
No related tags found
1 merge request
!123
fix(ble): Increase output power to 0 dBm
Pipeline
#2376
passed
5 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
epicardium/ble/ble.c
+2
-0
2 additions, 0 deletions
epicardium/ble/ble.c
with
2 additions
and
0 deletions
epicardium/ble/ble.c
+
2
−
0
View file @
8b937b4e
...
...
@@ -48,6 +48,7 @@ extern void AppInit(void);
extern
void
bleuart_init
(
void
);
extern
void
bleFileTransfer_init
(
void
);
extern
void
bleCard10_init
(
void
);
extern
void
BbBleDrvSetTxPower
(
int8_t
power
);
/*************************************************************************************************/
void
PalSysAssertTrap
(
void
)
...
...
@@ -195,6 +196,7 @@ void vBleTask(void *pvParameters)
WsfInit
();
StackInit
();
BbBleDrvSetTxPower
(
0
);
setAddress
();
NVIC_SetPriority
(
BTLE_SFD_TO_IRQn
,
2
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment