Skip to content

Conversation

nseidle
Copy link
Member

@nseidle nseidle commented Jul 27, 2023

RTK-Beta-Firmware-Update
Note: If you are running firmware v3.x or greater, you can load the latest firmware or release candidate over the air. If you are using older firmware (2.x or lower) you will need to load v3.x firmware using a USB connection. We have created a Windows GUI to ease this process. Please see Updating Firmware from GUI for a step by step process.

Changes in this release:

LeeLeahy2 and others added 30 commits June 20, 2023 11:37
* Start ntripServerTimer when starting the network
* Restart after 1 minute if network does not start
* Reorder authorization failover cases to ensure that all are covered
NTRIP Server: Fix WiFi retry cases
This originally comes from RTK Firmware ~v2.0. This change exposes the TX/RX buffer sizes so that we can dynamically set them (from settings) at run time. The BluetoothSerial library defaults to 512 bytes in the RX buffer. Because RTCM is ~530 to 600 bytes, there are times when the btReadTask cannot keep up and an RTCM sentence is corrupted. This change reduces the number of RTCM bytes dropped during SPP from the phone. By default, this will increase the overall RAM usage by 512 bytes.
Add LL's NTRIP Server fix - WiFi & Ethernet retry
* Start ntripServerTimer when starting the network
* Restart after 1 minute if network does not start
* Reorder authorization failover cases to ensure that all are covered
* Start ntripClientTimer when starting the network
* Restart after 1 minute if network does not start
* Reorder authorization failover cases to ensure that all are covered
NTRIP Client: Remove unnecessary ntripClientStop()
* Prefix of d when ENABLE_DEVELOPER is set
* Prefix of v for other versions
Use a consistent format for the version number
Add routine to get the OTA URL.
Group together the OTA data
@nseidle nseidle merged commit 3d5677d into main Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants