Skip to content

Commit

Permalink
Update fx1parser.ino
Browse files Browse the repository at this point in the history
Changed version.firmware.part.b by one to make it compatible with RoboPro 4.2.3.
  • Loading branch information
mr-kubikus authored Aug 11, 2016
1 parent 6337c47 commit 0ae393a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fx1sample/fx1parser.ino
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ void CMD006Reply(short nItems, unsigned char *data)
reply->X1Data.version.hardware.part.d = 0x00;

reply->X1Data.version.firmware.part.a = 0x00; // 0
reply->X1Data.version.firmware.part.b = 0x05; // 5
reply->X1Data.version.firmware.part.b = 0x06; // 6
reply->X1Data.version.firmware.part.c = 0x01; // 1
reply->X1Data.version.firmware.part.d = 0x1E; // 30

Expand Down

0 comments on commit 0ae393a

Please sign in to comment.