mirror of https://github.com/espruino/BangleApps
Fix bluetooth stringify param
parent
6ee5b73052
commit
936b6aabee
|
@ -15,7 +15,7 @@ exports.reply = function (options) {
|
|||
layout.setUI();
|
||||
layout.render();
|
||||
if (options.sendReply == null || options.sendReply) {
|
||||
Bluetooth.println(JSON.stringify(result));
|
||||
Bluetooth.println(JSON.stringify(responseMessage));
|
||||
}
|
||||
resolve(responseMessage);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue