Skip to content

Commit

Permalink
Merge branch 'bugfix/adjust_tx_power_lvl_boundary' into 'master'
Browse files Browse the repository at this point in the history
fix(nimble): Modify Advertising Tx power levels

Closes BLERP-901

See merge request espressif/esp-idf!32484
  • Loading branch information
rahult-github committed Aug 5, 2024
2 parents 7e2bc47 + a6f90b5 commit 737d8f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/bt/host/nimble/nimble
2 changes: 1 addition & 1 deletion components/bt/host/nimble/port/include/esp_nimble_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
#endif

#ifndef MYNEWT_VAL_BLE_VERSION
#define MYNEWT_VAL_BLE_VERSION (50)
#define MYNEWT_VAL_BLE_VERSION (54)
#endif

#ifndef MYNEWT_VAL_BLE_LL_ADD_STRICT_SCHED_PERIODS
Expand Down

0 comments on commit 737d8f8

Please sign in to comment.