We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e38c3 commit f1a4bb9Copy full SHA for f1a4bb9
main/app_main.c
@@ -34,7 +34,7 @@ int app_main(void)
34
ESP_ERROR_CHECK(esp_bt_controller_init(&bt_cfg));
35
ESP_ERROR_CHECK(esp_bt_controller_enable(ESP_BT_MODE_BTDM));
36
37
- ESP_LOGI(TAG, "initialized, tx: 5, rx: 18, rts: 19, cts: 23");
+ ESP_LOGI(TAG, "%d bps, tx: 5, rx: 18, rts: 19, cts: 23", CONFIG_BT_HCI_UART_BAUDRATE);
38
39
return 0;
40
}
0 commit comments