Skip to content

Commit 23fc1cf

Browse files
authored
Merge pull request #484 from LeeLeahy2/rtk-um980-class
Implement the GNSS_UM980 class
2 parents 19bc846 + 8bf57f3 commit 23fc1cf

File tree

7 files changed

+2490
-1517
lines changed

7 files changed

+2490
-1517
lines changed

Firmware/RTK_Everywhere/Begin.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ void beginBoard()
189189
}
190190
else if (productVariant == RTK_TORCH)
191191
{
192+
// Specify the GNSS radio
193+
gnss = (GNSS *) new GNSS_UM980();
194+
192195
present.psram_2mb = true;
193196
present.gnss_um980 = true;
194197
present.radio_lora = true;

0 commit comments

Comments
 (0)