From 18ec9ec0db00805e6083500fe3659bbc0c228f8a Mon Sep 17 00:00:00 2001 From: Kalle <15094562+ThatKalle@users.noreply.github.com> Date: Tue, 6 May 2025 22:49:14 +0200 Subject: [PATCH] tab to space --- bin/device-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/device-install.sh b/bin/device-install.sh index 8de61b01a..6198ce969 100755 --- a/bin/device-install.sh +++ b/bin/device-install.sh @@ -71,7 +71,7 @@ Flash image file to device, but first erasing and writing system information. -P PYTHON Specify alternate python interpreter to use to invoke esptool. (Default: "$PYTHON") -f FILENAME The firmware .bin file to flash. Custom to your device type and region. --web Enable WebUI. (Default: false) - --change-mode Attempt to place the device in correct mode. Some hardware requires this twice. (1200bps Reset) + --change-mode Attempt to place the device in correct mode. Some hardware requires this twice. (1200bps Reset) EOF }