Skip to content

Commit 2ec1a35

Browse files
authored
Update GoPro_Web_RC.html
bug fix
1 parent b3643e5 commit 2ec1a35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

GoPro_Web_RC.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,9 @@
11521152

11531153
characteristic.writeValueWithoutResponse(payload)
11541154
.then(_ => {
1155-
bufferExecNext();
1155+
if (characteristic.uuid == wifiSsidUUID) {
1156+
bufferExecNext();
1157+
}
11561158
})
11571159
.catch(error => {
11581160
console.log(new Date().toLocaleString() + ' [sendToSingle] ERROR! ' + error);

0 commit comments

Comments
 (0)