update JD79668 driver

This commit is contained in:
Shuanglei Tao
2025-06-06 13:56:30 +08:00
parent dc52099f6e
commit 5d0d9d81a0
2 changed files with 5 additions and 5 deletions

View File

@@ -74,6 +74,8 @@ static void on_disconnect(ble_epd_t * p_epd, ble_evt_t * p_ble_evt)
{
UNUSED_PARAMETER(p_ble_evt);
p_epd->conn_handle = BLE_CONN_HANDLE_INVALID;
p_epd->epd->drv->sleep();
nrf_delay_ms(200); // for sleep
EPD_GPIO_Uninit();
}