fix(ble): Increased the length of addr_str in README.md
This commit is contained in:
@@ -322,7 +322,7 @@ static int gap_event_handler(struct ble_gap_event *event, void *arg) {
|
||||
void adv_init(void) {
|
||||
/* Local variables */
|
||||
int rc = 0;
|
||||
char addr_str[12] = {0};
|
||||
char addr_str[18] = {0};
|
||||
|
||||
/* Make sure we have proper BT identity address set */
|
||||
set_random_addr();
|
||||
|
||||
Reference in New Issue
Block a user