Skip to content

Commit

Permalink
document BLE private address support define
Browse files Browse the repository at this point in the history
  • Loading branch information
ssievert42 committed Jan 14, 2025
1 parent e905fd7 commit d2b4159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README_BuildProcess.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ This is a partial list of definitions that can be added in a `BOARD.py` file's `
* `ESPR_LCD_MANUAL_BACKLIGHT` - STM32/FSMC: Don't turn the backlight on and leave code to do this manually
* `ESPR_DISABLE_KICKWATCHDOG_PIN=BTN1_PININDEX` - If this pin is 1, skip kickWatchdog calls (which would eventually force a reboot if WDT enabled)
* `ESPR_TERMNINAL_NO_SCROLL` - disable scrolling in the onscreen terminal (once we get to the end, we just clear the screen and start at the top)
* `ESPR_BLE_PRIVATE_ADDRESS_SUPPORT` - NRF52: Enable support for using a random private BLE address, that automatically changes at a set interval. See the `privacy` option that can be passed to `NRF.setSecurity()`.


There are some specifically that are useful for cutting a few bytes out of the build:
Expand Down

0 comments on commit d2b4159

Please sign in to comment.