Update fastboot.js to fix fastbootd flashing from Android
The fastbootd flashing path was missing a reconnect callback.
This commit is contained in:
parent
cee89f384c
commit
a96bb87e12
@ -27,8 +27,8 @@
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="license" href="/LICENSE.txt"/>
|
||||
<script type="module" src="/js/redirect.js?9"></script>
|
||||
<script type="module" src="/js/fastboot/dist/fastboot.min.mjs?1"></script>
|
||||
<script type="module" src="/js/web-install.js?6"></script>
|
||||
<script type="module" src="/js/fastboot/dist/fastboot.min.mjs?2"></script>
|
||||
<script type="module" src="/js/web-install.js?7"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 1c8eae581c52c61a9fcf8278d4156734b84f4fc9
|
||||
Subproject commit 0287c523b9f8a93949e76c89ac7fcebfe7d85949
|
@ -1,6 +1,6 @@
|
||||
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT
|
||||
|
||||
import * as fastboot from "./fastboot/dist/fastboot.min.mjs?1";
|
||||
import * as fastboot from "./fastboot/dist/fastboot.min.mjs?2";
|
||||
|
||||
const RELEASES_URL = "https://releases.grapheneos.org";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user