ble update for doc: bugfix for esp32c6 and esp32h2

This commit is contained in:
luomanruo
2023-07-24 10:51:08 +08:00
parent 2a2251487b
commit 3ece525e26
2 changed files with 3 additions and 3 deletions

View File

@@ -389,7 +389,7 @@ static void esp_bt_controller_log_interface(uint32_t len, const uint8_t *addr, b
for (int i = 0; i < len; i++) {
ets_printf("%02x,", addr[i]);
}
} else {
for (int i = 0; i < len; i++) {
ets_printf("%02x,", addr[i]);