Use /usr/bin/env in bash and python script shebangs

This commit is contained in:
Jordan Mulcahey
2022-01-07 02:29:58 -08:00
parent dff219a037
commit 706d6e2671
35 changed files with 60 additions and 12 deletions

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env bash
esptool.py --baud 921600 write_flash 0x10000 release/archive/old/firmware-tbeam-EU865-1.0.0.bin
echo "Erasing the otadata partition, which will turn off flash flippy-flop and force the first image to be used"
esptool.py --baud 921600 erase_region 0xe000 0x2000