Skip to content

Commit

Permalink
updating firmware version that is read from openlog to 3.01
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyEngland521 committed May 9, 2019
1 parent 995ece5 commit 4f1023d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Firmware/Qwiic_OpenLog/Qwiic_OpenLog.ino
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ const memoryMap registerMap = {
volatile memoryMap valueMap = {
.id = 0x78,
.status = 0x00,
.firmwareMajor = 0x02,
.firmwareMinor = 0x00,
.firmwareMajor = 0x03,
.firmwareMinor = 0x01,
.i2cAddress = 0x2A,
.logInit = 0x00,
.createFile = 0x00,
Expand Down

0 comments on commit 4f1023d

Please sign in to comment.