Skip to content

Commit

Permalink
renamed rom to id, based on 1-wire docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus10110 committed Jun 17, 2020
1 parent f77a95b commit dc27dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OneWireAnalyzer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -744,8 +744,8 @@ void OneWireAnalyzer::RecordFrame( U64 starting_sample, U64 ending_sample, OneWi
frame_v2.AddByte( "family", static_cast<uint8_t>( frame.mData1 ) );
break;
case Rom:
frame_v2_type = "rom";
frame_v2.AddInteger( "rom", frame.mData1 );
frame_v2_type = "id";
frame_v2.AddInteger( "id", frame.mData1 );
break;
case Byte:
frame_v2_type = "data";
Expand Down

0 comments on commit dc27dd2

Please sign in to comment.