Polyfill web serial on Android
This should make ESP Web Tools work on Android. Not tested yet.
Via https://github.com/espressif/esptool-js/pull/144
You can simply import 'web serial polyfill' into your own project and implement 'navigator. serial' instead of modifying the source code to make it bloated
Bloated? You must have missed the use of the dynamic import. It's not loaded when a user doesn't need it.
What I mean is that compatibility with Android doesn't actually require 'esp-web-tools' to achieve it. We can use'web-serial-polyfill'to improve'navigator.serial '
Good point.