Commit Graph
447 Commits
Author SHA1 Message Date
Michael AmmannandGitHub 75ea5d4db8 better parsing of MQTT Read 2022-05-08 18:53:14 +02:00
PaulandGitHub 5989aecee8 Merge pull request #139 from sparkfun/release_candidate
v2.2.10
2022-04-28 12:46:43 +01:00
PaulZC c38560637e v2.2.10 2022-04-28 12:42:39 +01:00
PaulZC 54bbd55cf8 Fix error in processUBXpacket for UBX-CFG-RATE
This error explains why the measRate was sometimes being returned as zero!
2022-04-28 11:35:45 +01:00
PaulZC 5d06159a79 Update CallbackExample9_UseCallbackDataInLoop.ino 2022-04-15 10:59:02 +01:00
PaulZC 03802cb959 Create CallbackExample9_UseCallbackDataInLoop.ino 2022-04-15 10:12:37 +01:00
PaulandGitHub f9e431131d Merge pull request #136 from sparkfun/release_candidate
v2.2.9 - add a destructor to resolve issue #135
2022-04-14 11:34:16 +01:00
PaulZC 020bd9ea01 v2.2.9 - add the destructor to resolve issue #135 2022-04-14 11:29:57 +01:00
PaulZC f4cb5d0011 Merge branch 'main' into release_candidate 2022-04-04 13:06:51 +01:00
PaulandGitHub 7ab87aeac9 Merge pull request #131 from sparkfun/release_candidate
v2.2.8
2022-04-04 12:50:46 +01:00
PaulZC 5b1ed81ad3 VSC whitespace changes - sorry! 2022-04-04 12:42:45 +01:00
PaulZC 5ff12185d2 v2.2.8 2022-04-04 12:31:10 +01:00
PaulZC a7b9b1f07a Trap possible divide-by-zero in getNavigationFrequency 2022-04-04 12:22:28 +01:00
PaulZC 852d5a24c7 Correct auto function comments - correct cut and paste gremlins 2022-04-04 11:44:02 +01:00
PaulZC 4f79e2d59c Remove initPacket... from keywords.txt. The initPacket functions are private 2022-04-04 11:41:09 +01:00
PaulZC fa623e2a56 Create CallbackExample8_NAV_SVIN.ino 2022-04-04 11:37:08 +01:00
PaulZC bedd4cc779 Add full auto support for NAV SVIN 2022-04-04 11:34:56 +01:00
PaulandGitHub 729a88d9f1 Merge pull request #130 from sparkfun/release_candidate
v2.2.7
2022-03-18 17:21:10 +00:00
PaulZC 57f4189399 v2.2.7 2022-03-18 15:17:39 +00:00
PaulZC 432167b00a Update mqttMessageHandler 2022-03-18 14:41:19 +00:00
PaulZC 94ad6fa1b1 Increase memory for MQTT data. Add memory limit checks. 2022-03-18 13:32:14 +00:00
PaulZC 7ee5458bfa Update Example18_PointPerfectClient.ino 2022-03-18 12:09:29 +00:00
PaulZC a525a27aca Update secrets.h 2022-03-18 10:44:36 +00:00
PaulZC de247b520a Increase default maxWait for setVal etc.. 250ms was too short for setVal8(UBLOX_CFG_SPARTN_USE_SOURCE, 1) 2022-03-18 10:27:01 +00:00
PaulZC a0897e45f1 Add AssistNow topic to Example18 2022-03-17 21:49:51 +00:00
PaulZC e9d512bd6c Update Example20_PMP_with_L-Band_Keys_via_MQTT.ino 2022-03-17 21:30:15 +00:00
PaulZC a186664fab Add UBX-RXM-COR to ZED examples 19 and 20 2022-03-17 18:42:32 +00:00
PaulZC 05854ebbc4 Add UBX-RXM-COR to Example18 - to show encryption/decryption 2022-03-17 18:28:32 +00:00
PaulZC e35376f2e6 Add support for UBX-RXM-COR 2022-03-17 18:25:12 +00:00
PaulZC 35868c7869 Re-add MQTT_TOPIC_KEY. Add the /pp/Lb/us topic. 2022-03-17 17:29:21 +00:00
PaulZC 583a1f08d3 Add ZED-F9P Example20 (L-Band keys via MQTT) 2022-03-17 11:53:51 +00:00
PaulZC 7fa131997a Update PointPerfect Example18 - correct the topic for the IP dynamic keys 2022-03-17 09:53:26 +00:00
PaulZC 360d6fb87a Update Example30_NEO-D9S.ino 2022-03-17 08:39:38 +00:00
PaulandGitHub 727e1b00d3 Merge pull request #129 from sparkfun/release_candidate
v2.2.6
2022-03-09 11:37:27 +00:00
PaulZC b54006edf0 v2.2.6 2022-03-09 11:29:53 +00:00
PaulZC cbfa648803 Add AssistNow MQTT example 2022-03-09 11:20:26 +00:00
PaulandGitHub 09115e104d Merge pull request #128 from mazgch/mazgch-patch-setId
Fix example
2022-03-09 10:13:45 +00:00
Michael AmmannandGitHub f1b0b9e23d Update secrets.h 2022-03-09 10:31:54 +01:00
Michael AmmannandGitHub 9052ec4de9 Update Example18_PointPerfectClient.ino 2022-03-09 10:31:23 +01:00
Michael AmmannandGitHub fb86111dbc Update Example18_PointPerfectClient.ino 2022-03-09 10:30:47 +01:00
Michael AmmannandGitHub e6d910310a Update secrets.h 2022-03-09 10:28:50 +01:00
Michael AmmannandGitHub 32b46c332c Update Example18_PointPerfectClient.ino 2022-03-09 10:26:40 +01:00
PaulZC cfc4eda3b7 Update Example19_LBand_Corrections_with_NEO-D9S.ino 2022-03-07 12:53:53 +00:00
PaulZC 786fe0c0e5 Update Example30_NEO-D9S.ino 2022-03-07 12:51:33 +00:00
PaulZC de3fd81739 Add support for UBX-MON-HW2. Add Example30_NEO-D9S 2022-03-07 12:42:10 +00:00
PaulandGitHub a710360172 Merge pull request #126 from sparkfun/release_candidate
v2.2.5 - correct issue #125
2022-03-07 08:42:41 +00:00
PaulZC cf47a92895 v2.2.5 2022-03-07 08:32:09 +00:00
PaulZC 59d15e014f Resolve issue #125 . Update Epoch and LS examples. 2022-03-04 13:01:14 +00:00
PaulandGitHub 6eea877615 Merge pull request #124 from sparkfun/release_candidate
v2.2.4
2022-03-03 10:27:25 +00:00
PaulZC e3d2c012c6 v2.2.4 2022-03-03 10:23:27 +00:00