You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All device settings are stored both in internal memory and an SD card if one is detected. The device will load the latest settings at each power on. If there is a discrepancy between the internal settings and a settings file then the settings file will be used. This allows a collection of RTK products to be identically configured using one 'golden' settings file loaded onto an SD card.
6
6
7
7
There are multiple ways to configure an RTK product:
8
8
9
-
*[Bluetooth](docs\configure_with_bluetooth.md) - Good for in-field changes.
10
-
*[WiFi](https://sparkfun.github.io/SparkFun_RTK_Firmware/configure_with_wifi/) - Good for in-field changes
11
-
*[Serial Terminal](https://sparkfun.github.io/SparkFun_RTK_Firmware/configure_with_serial/) - Requires a computer but allows for all configuration settings
12
-
*[Settings File](https://sparkfun.github.io/SparkFun_RTK_Firmware/configure_with_settings_file/) - Error-Prone; for very advanced users only.
9
+
*[Bluetooth](configure_with_bluetooth.md) - Good for in-field changes.
10
+
*[WiFi](configure_with_wifi) - Good for in-field changes
11
+
*[Serial Terminal](configure_with_serial) - Requires a computer but allows for all configuration settings
12
+
*[Settings File](configure_with_settings_file) - Error-Prone; for very advanced users only.
13
13
14
14
The Bluetooth or Serial Terminal methods are recommended for most advanced configurations. Most, but not all settings are also available over WiFi but can be tricky to input via mobile phone.
0 commit comments