RandomNinjaChef icon indicating copy to clipboard operation
RandomNinjaChef copied to clipboard

Update M8_cfg_gnss.c

Open dtkerns opened this issue 3 years ago • 2 comments

document every byte

dtkerns avatar Jun 15 '22 13:06 dtkerns

there's actually an erroneous ) that you should remove

dtkerns avatar Jun 15 '22 13:06 dtkerns

thanks

On Wed, Jun 15, 2022 at 10:46 AM dtkerns @.***> wrote:

@.**** commented on this pull request.

In M8_cfg_gnss.c https://github.com/cturvey/RandomNinjaChef/pull/1#discussion_r898146492:

@@ -4,16 +4,17 @@ //****************************************************************************

uint8_t ubx_cfg_gnss[] = { // Full spectrum enabling GPS, GLONASS, SBAS, QZSS and GALILEO, disable BEIDOU/IMES

  • 0xB5,0x62,0x06,0x3E,0x3C,0x00,
  • 0x00,0x00,0x20,0x07,
  • 0x00,0x08,0x10,0x00,0x01,0x00,0x01,0x01,
  • 0x01,0x01,0x03,0x00,0x01,0x00,0x01,0x01,
  • 0x02,0x04,0x08,0x00,0x01,0x00,0x01,0x01,
  • 0x03,0x08,0x10,0x00,0x00,0x00,0x01,0x01,
  • 0x04,0x00,0x08,0x00,0x00,0x00,0x01,0x01,
  • 0x05,0x00,0x03,0x00,0x01,0x00,0x01,0x01,
  • 0x06,0x08,0x0E,0x00,0x01,0x00,0x01,0x01,
  • 0x30,0xAD };
  • 0xB5,0x62,0x06,0x3E,0x3C,0x00, // header (SYNC1, SYNC2, MsgCls, Id, 2byte-len)
  • 0x00,0x00,0x20,0x07, // msgVer, numTrkChHw(ro), numTrkChUse, numConfigBlocks)

remove erroneous closing )

— Reply to this email directly, view it on GitHub https://github.com/cturvey/RandomNinjaChef/pull/1#pullrequestreview-1007741461, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACTSB5ITPTDZVUD3M3NUFUDVPH3EXANCNFSM5Y3JNRYA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

cturvey avatar Jun 15 '22 15:06 cturvey