We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5315579 commit 6221c80Copy full SHA for 6221c80
Firmware/RTK_Everywhere/AuthCoPro.ino
@@ -2,9 +2,9 @@
2
3
const char *manufacturer = "SparkFun Electronics";
4
const char *hardwareVersion = "1.0.0";
5
-const char *EAProtocol = "com.bad-elf.gps"; // Emulate the Bad Elf GPS Pro. Thank you Bad Elf
+const char *EAProtocol = "com.sparkfun.rtk";
6
const char *BTTransportName = "com.sparkfun.bt";
7
-const char *LIComponentName = "com.sparkfun.rtk";
+const char *LIComponentName = "com.sparkfun.li";
8
const char *productPlanUID = "0123456789ABCDEF"; // This comes from the MFi Portal, when you register the product with Apple
9
10
extern BTSerialInterface *bluetoothSerialSpp;
0 commit comments