Skip to content

Commit

Permalink
Update ota.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
openshwprojects authored Dec 20, 2023
1 parent 6e0ac72 commit a7aa956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue/ota.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
if (view.byteLength < 30)return false;
console.log(view);
return view.getUint8(0) === 82 && view.getUint8(1) === 66 && view.getUint8(2) === 76
&& view.getUint8(28) === 45 && view.getUint8(29) === 111;
;
},
/* Check if the ArrayBuffer contains magic number 0xa0ffff9f (tls_fwup_img_header_check) */
Expand Down

0 comments on commit a7aa956

Please sign in to comment.