Skip to content

Commit

Permalink
Add Liontron BMS support
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Jul 16, 2024
1 parent 5ae260e commit 086a56a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/jbd_bms_ble/jbd_bms_ble.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ void JbdBmsBle::gattc_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t ga
case ESP_GATTC_REG_FOR_NOTIFY_EVT: {
this->node_state = espbt::ClientState::ESTABLISHED;

ESP_LOGI(TAG, "Request device info");
this->send_command_(JBD_CMD_READ, JBD_CMD_HWVER);
// ESP_LOGI(TAG, "Request device info");
// this->send_command_(JBD_CMD_READ, JBD_CMD_HWVER);

break;
}
Expand Down

0 comments on commit 086a56a

Please sign in to comment.