log update
This commit is contained in:
parent
904d022f40
commit
d19f1e8937
|
|
@ -43,7 +43,7 @@ namespace BLUETOOTH_Utils {
|
||||||
delay(1000);
|
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) {
|
void bluetoothCallback(esp_spp_cb_event_t event, esp_spp_cb_param_t *param) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue