Skip to content

Commit e521f70

Browse files
authored
Update README.md
1 parent 247395d commit e521f70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Setup your ESP32 as a smartwatch and connect to Chronos app over BLE.
1616

1717
## Companion App
1818

19-
<a href='https://fbiego.com/chronos/app?id=esp32'><img alt='Download Chronos' height="100px" src='https://fbiego.com/chronos/img/chronos.png'/></a>
19+
<a href='https://chronos.ke/app?id=esp32'><img alt='Download Chronos' height="100px" src='https://chronos.ke/img/chronos.png'/></a>
2020

21-
[`Chronos`](https://fbiego.com/chronos/app?id=esp32)
21+
[`Chronos`](https://chronos.ke/app?id=esp32)
2222

2323
## Functions
2424

@@ -60,9 +60,9 @@ bool capturePhoto();
6060
void findPhone(bool state);
6161
6262
// phone battery
63-
void setNotifyPhoneBattery(bool state);
63+
void setNotifyBattery(bool state);
6464
bool isPhoneCharging();
65-
uint8_t getPhoneBatteryLevel();
65+
uint8_t getPhoneBattery();
6666
6767
// app info
6868
int getAppCode();

0 commit comments

Comments
 (0)