Skip to content

Commit

Permalink
Update regovardump.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jagheterfredrik authored Oct 24, 2023
1 parent 9668967 commit 4106d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regovardump.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class RegoReader : public Component, public CanCallbackInterface {
buf_ptr += data.size();

if ((buf_ptr - buf) % 0x500 == 0)
ESP_LOGD(TAG, "read %d", buf_ptr - buf);
ESP_LOGI(TAG, "read %d", buf_ptr - buf);

if (buf_ptr - buf >= 0x4e20 + leftover) { // Read all data
state = 3;
Expand Down

0 comments on commit 4106d64

Please sign in to comment.