rcvd

A JS library and a KaiOS 2.5.x application for BLE-enabled Casio watch time synchronization
git clone git://git.luxferre.top/rcvd.git
Log | Files | Refs | README | LICENSE

commit 8d109ba6d057e475ae22f6abe91e61b7738b9830
parent 992e6a683367d5cce182c3bdc81e39983083d022
Author: Luxferre <lux@ferre>
Date:   Tue,  5 Sep 2023 12:08:33 +0300

updated Matrix contact

Diffstat:
MREADME.md | 2+-
Mrcvd.js | 3++-
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -34,7 +34,7 @@ RCVD is the missing KaiOS application and, first and foremost, a [JS library](rc - GA-B001 - G-B001\* -The list is incomplete and your watch may be supported too. Please [let me know](https://matrix.to/#/@luxferre:anonymousland.org) if this is the case! +The list is incomplete and your watch may be supported too. Please [let me know](https://matrix.to/#/@luxferre:hackliberty.org) if this is the case! \* *model theoretically supported but not checked by the author* diff --git a/rcvd.js b/rcvd.js @@ -99,7 +99,8 @@ RCVD = (function(nav) { var p = plist.shift() if(p) //we still have properties execReadCmd.apply(null, p) - .then(execWriteCmd) + //.then(execWriteCmd) + .then(x => {console.log('read-write:', p, x);return execWriteCmd(x)}) .then(cycle).catch(rej) else //properties over res()