Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
52aeffbe7b
Merge ee15d8bad7 into 5ae4ff9162 2025-08-29 19:00:10 +00:00
renovate[bot]
ee15d8bad7
Update meshtastic/web to v2.6.6 2025-08-29 19:00:07 +00:00

View File

@ -100,6 +100,7 @@ IF NOT "!FILENAME:update=!"=="!FILENAME!" (
)
:skip-filename
SET "ESPTOOL_BAUD=1200"
CALL :LOG_MESSAGE DEBUG "Determine the correct esptool command to use..."
IF NOT "__%PYTHON%__"=="____" (
@ -141,7 +142,7 @@ CALL :LOG_MESSAGE INFO "Using esptool baud: !ESPTOOL_BAUD!."
IF %BPS_RESET% EQU 1 (
@REM Attempt to change mode via 1200bps Reset.
CALL :RUN_ESPTOOL 1200 --after no_reset read_flash_status
CALL :RUN_ESPTOOL !ESPTOOL_BAUD! --after no_reset read_flash_status
GOTO eof
)