File tree 3 files changed +4
-4
lines changed
bootloader/ota-dfu-python
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
![ InfiniTime logo] ( doc/logo/infinitime-logo-small.jpg " InfiniTime Logo ")
4
4
5
- Fast open-source firmware for the [ PineTime smartwatch] ( https://www. pine64.org/pinetime/ ) with many features, written in modern C++.
5
+ Fast open-source firmware for the [ PineTime smartwatch] ( https://pine64.org/devices /pinetime/ ) with many features, written in modern C++.
6
6
7
7
## New to InfiniTime?
8
8
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ My own contribution is little more than a brute force conversion to
7
7
python3. It is sparsely tested so there are likely to be a few
8
8
remaining bytes versus string bugs remaining in the places I didn't test
9
9
. I used it primarily as part of
10
- [ wasp-os] ( https://github.com/daniel-thompson /wasp-os ) as a way to
10
+ [ wasp-os] ( https://github.com/wasp-os /wasp-os ) as a way to
11
11
deliver OTA updates to nRF52-based smart watches, especially the
12
- [ Pine64 PineTime] ( https://www. pine64.org/pinetime/ ) .
12
+ [ Pine64 PineTime] ( https://pine64.org/devices /pinetime/ ) .
13
13
14
14
## What does it do?
15
15
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ namespace {
19
19
}
20
20
21
21
/* * Driver for the HRS3300 heart rate sensor.
22
- * Original implementation from wasp-os : https://github.com/daniel-thompson /wasp-os/blob/master/wasp/drivers/hrs3300.py
22
+ * Original implementation from wasp-os : https://github.com/wasp-os /wasp-os/blob/master/wasp/drivers/hrs3300.py
23
23
*
24
24
* Experimentaly derived changes to improve signal/noise (see comments below) - Ceimour
25
25
*/
You can’t perform that action at this time.
0 commit comments