change(ble): Add Time Update service
1 unresolved thread
1 unresolved thread
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 69
− 0
@@ -15,6 +15,9 @@
@@ -46,6 +49,9 @@ enum {
@@ -86,6 +92,17 @@ static const uint8_t UUID_char_light_sensor[] = {
@@ -173,11 +190,61 @@ static void *addCard10GroupDyn(void)
@@ -210,6 +277,8 @@ static uint8_t writeCard10CB(
I assume the sub seconds is a 256th of a second, but I am not sure.
changed this line in version 3 of the diff
It is 4096Hz
Confusion was caused by an RTC file from an old SDK. This is fixed now. Frequency is indeed 4096 Hz