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
Copy file name to clipboardExpand all lines: doc/gettingStarted/gettingStarted-1.0.md
+4-14Lines changed: 4 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,12 @@ By default, InfiniTime starts on the digital watchface. It'll probably display t
13
13
You can sync the time using companion apps.
14
14
15
15
- Gadgetbridge automatically synchronizes the time when you connect it to your watch. More information on Gadgetbridge [here](/doc/gettingStarted/ota-gadgetbridge.md)
16
-
-You can use NRFConnect to [sync the time](/doc/gettingStarted/time-nrfconnect.md)
16
+
-[Sync the time with NRFConnect](/doc/gettingStarted/time-nrfconnect.md)
17
17
- Sync the time with your browser https://hubmartin.github.io/WebBLEWatch/
18
-
- Since InfiniTime 1.7.0, you can set the time in the settings without needing to use a companion app
19
18
20
-
## Navigation in the menu
19
+
Since InfiniTime 1.7.0, you can set the time in the settings without needing to use a companion app
20
+
21
+
### Navigation in the menu
21
22
22
23

23
24

@@ -31,14 +32,3 @@ You can sync the time using companion apps.
31
32
- Enable/disable vibrations on notifications (Do Not Disturb mode)
32
33
- Enter the **settings** menu
33
34
- Swipe up and down to see all options
34
-
35
-
### Bootloader
36
-
37
-
Most of the time, the bootloader just runs without your intervention (update and load the firmware).
38
-
39
-
However, you can enable 2 functionalities using the push button:
40
-
41
-
- Push the button until the pine cone is drawn in **blue** to force the rollback of the previous version of the firmware, even if you've already validated the updated one
42
-
- Push the button until the pine cone is drawn in **red** to load the recovery firmware. This recovery firmware only provides BLE connectivity and OTA functionality.
43
-
44
-
More info about the bootloader in [its project page](https://github.com/JF002/pinetime-mcuboot-bootloader/blob/master/README.md).
Copy file name to clipboardExpand all lines: doc/gettingStarted/updating-software.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,3 +48,14 @@ You can validate your updated firmware on InfiniTime >= 1.0 by following this si
48
48
- Open settings by tapping the cogwheel on the bottom right
49
49
- Swipe up until you find an entry named **Firmware** and tap on it
50
50
- This app shows the version that is currently running. If the firmware is not validated yet, you can either validate the running firmware, or reset and revert to the previous firmware version
51
+
52
+
## Bootloader
53
+
54
+
Most of the time, the bootloader just runs without your intervention (update and load the firmware).
55
+
56
+
However, you can enable 2 functionalities using the push button:
57
+
58
+
- Push the button until the pine cone is drawn in **blue** to force the rollback of the previous version of the firmware, even if you've already validated the updated one
59
+
- Push the button until the pine cone is drawn in **red** to load the recovery firmware. This recovery firmware only provides BLE connectivity and OTA functionality.
60
+
61
+
More info about the bootloader in [its project page](https://github.com/JF002/pinetime-mcuboot-bootloader/blob/master/README.md).
0 commit comments