Skip to content

Commit

Permalink
Log device address (syssi#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored Jan 21, 2024
1 parent c42e078 commit 8d90ea9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/jk_bms_ble/jk_bms_ble.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -928,6 +928,7 @@ void JkBmsBle::decode_jk02_settings_(const std::vector<uint8_t> &data) {
// 262 4 0x00 0x00 0x00 0x00
// 266 4 0x00 0x00 0x00 0x00
// 270 4 0x00 0x00 0x00 0x00
ESP_LOGI(TAG, " Device address: %d", data[270]);
// 274 4 0x00 0x00 0x00 0x00
// 278 4 0x00 0x00 0x00 0x00
// 282 1 0x00 New controls bitmask
Expand Down

0 comments on commit 8d90ea9

Please sign in to comment.