updated Matrix contact

This commit is contained in:
Luxferre
2023-09-05 12:08:33 +03:00
parent 992e6a6833
commit 8d109ba6d0
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ RCVD is the missing KaiOS application and, first and foremost, a [JS library](rc
- GA-B001 - GA-B001
- G-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* \* *model theoretically supported but not checked by the author*
+2 -1
View File
@@ -99,7 +99,8 @@ RCVD = (function(nav) {
var p = plist.shift() var p = plist.shift()
if(p) //we still have properties if(p) //we still have properties
execReadCmd.apply(null, p) execReadCmd.apply(null, p)
.then(execWriteCmd) //.then(execWriteCmd)
.then(x => {console.log('read-write:', p, x);return execWriteCmd(x)})
.then(cycle).catch(rej) .then(cycle).catch(rej)
else //properties over else //properties over
res() res()