Skip to content

Commit 6221c80

Browse files
committed
Update the EAProtocol for Field Maps Beta
1 parent 5315579 commit 6221c80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firmware/RTK_Everywhere/AuthCoPro.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
const char *manufacturer = "SparkFun Electronics";
44
const char *hardwareVersion = "1.0.0";
5-
const char *EAProtocol = "com.bad-elf.gps"; // Emulate the Bad Elf GPS Pro. Thank you Bad Elf
5+
const char *EAProtocol = "com.sparkfun.rtk";
66
const char *BTTransportName = "com.sparkfun.bt";
7-
const char *LIComponentName = "com.sparkfun.rtk";
7+
const char *LIComponentName = "com.sparkfun.li";
88
const char *productPlanUID = "0123456789ABCDEF"; // This comes from the MFi Portal, when you register the product with Apple
99

1010
extern BTSerialInterface *bluetoothSerialSpp;

0 commit comments

Comments
 (0)