-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix dg100, update references, chop extra newlines.
- Loading branch information
Showing
5 changed files
with
41 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
TX: Frame Start a0 a2 Payload_Len 0003 Cmd: getfileheader | ||
RX: Start a0a2 Len 0005 Cmd: getfileheader | ||
found 0 headers, nextheader=0 | ||
no further headers, aborting the loop | ||
TX: Frame Start a0 a2 Payload_Len 0001 Cmd: getconfig | ||
RX: Start a0a2 Len 002e Cmd: getconfig | ||
TX: Frame Start a0 a2 Payload_Len 0003 Cmd: erase | ||
RX: Start a0a2 Len 0005 Cmd: erase | ||
dg-200-bin: TX: Frame Start a0 a2 Payload_Len 0003 Cmd: getfileheader | ||
dg-200-bin: RX: Start a0a2 Len 0005 Cmd: getfileheader | ||
dg-200-bin: found 0 headers, nextheader=0 | ||
dg-200-bin: no further headers, aborting the loop | ||
dg-200-bin: TX: Frame Start a0 a2 Payload_Len 0001 Cmd: getconfig | ||
dg-200-bin: RX: Start a0a2 Len 002e Cmd: getconfig | ||
dg-200-bin: TX: Frame Start a0 a2 Payload_Len 0003 Cmd: erase | ||
dg-200-bin: RX: Start a0a2 Len 0005 Cmd: erase |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
|
||
Processing waypts | ||
point ct: 2, waypt_count: 2 | ||
|
||
Processing routes | ||
route 0 ct: 2, waypt_count: 2, segments 1 | ||
route head ct: 1, route_count: 1, total segment count: 1 | ||
total route point ct: 2, route_waypt_count: 2 | ||
|
||
Processing tracks | ||
track 0 ct: 2, waypt_count: 2, segments 1 | ||
track head ct: 1, track_count: 1, total segment count: 1 | ||
total track point ct: 2, track_waypt_count: 2 | ||
validate: | ||
validate: Processing waypts | ||
validate: point ct: 2, waypt_count: 2 | ||
validate: | ||
validate: Processing routes | ||
validate: route 0 ct: 2, waypt_count: 2, segments 1 | ||
validate: route head ct: 1, route_count: 1, total segment count: 1 | ||
validate: total route point ct: 2, route_waypt_count: 2 | ||
validate: | ||
validate: Processing tracks | ||
validate: track 0 ct: 2, waypt_count: 2, segments 1 | ||
validate: track head ct: 1, track_count: 1, total segment count: 1 | ||
validate: total track point ct: 2, track_waypt_count: 2 |