diff options
| author | Danny Lin <danny@kdrag0n.dev> | 2021-01-29 19:28:46 -0800 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-29 22:32:16 -0500 |
| commit | a96bb87e12f84511ce4823e46c921e0fb14d1978 (patch) | |
| tree | 75ad6e7c918a5479c21b512833169953f798fa9a /static/install/web.html | |
| parent | cee89f384cd1c5634f005dab042bd471edff37d4 (diff) | |
Update fastboot.js to fix fastbootd flashing from Android
The fastbootd flashing path was missing a reconnect callback.
Diffstat (limited to 'static/install/web.html')
| -rw-r--r-- | static/install/web.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/install/web.html b/static/install/web.html index 858c0961..52ef18aa 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -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> |
