Update device-install scripts for T-LoRa Pager (#7833)

* add tlora-pager to device install scripts + fixes

* replace deprecated commands (write_flash)
This commit is contained in:
Manuel
2025-09-03 06:22:57 -05:00
committed by GitHub
co-authored by GitHub
parent 8a8f60d129
commit 8aae4f1b9d
4 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ fi
if [ -f "${FILENAME}" ] && [ -z "${FILENAME##*"update"*}" ]; then
echo "Trying to flash update ${FILENAME}"
$ESPTOOL_CMD --baud 115200 write_flash 0x10000 "${FILENAME}"
$ESPTOOL_CMD --baud 115200 write-flash 0x10000 "${FILENAME}"
else
show_help
echo "Invalid file: ${FILENAME}"