Update fastboot.js to fix fastbootd flashing from Android
The fastbootd flashing path was missing a reconnect callback.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user