log update

This commit is contained in:
richonguzman 2025-01-22 13:50:59 -03:00
parent 904d022f40
commit d19f1e8937
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ namespace BLUETOOTH_Utils {
delay(1000);
}
}
logger.log(logging::LoggerLevel::LOGGER_LEVEL_INFO, "Bluetooth", "Bluetooth init done!");
logger.log(logging::LoggerLevel::LOGGER_LEVEL_INFO, "Bluetooth", "Bluetooth Classic init done!");
}
void bluetoothCallback(esp_spp_cb_event_t event, esp_spp_cb_param_t *param) {