Loading docs/fastboot.js.html +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ const DEFAULT_DOWNLOAD_SIZE = 512 * 1024 * 1024; // 512 MiB // max download size even if the bootloader can accept more data. const MAX_DOWNLOAD_SIZE = 1024 * 1024 * 1024; // 1 GiB const GETVAR_TIMEOUT = 2500; // ms const GETVAR_TIMEOUT = 10000; // ms /** * Exception class for USB errors not directly thrown by WebUSB. Loading Loading
docs/fastboot.js.html +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ const DEFAULT_DOWNLOAD_SIZE = 512 * 1024 * 1024; // 512 MiB // max download size even if the bootloader can accept more data. const MAX_DOWNLOAD_SIZE = 1024 * 1024 * 1024; // 1 GiB const GETVAR_TIMEOUT = 2500; // ms const GETVAR_TIMEOUT = 10000; // ms /** * Exception class for USB errors not directly thrown by WebUSB. Loading