scripts: update_chitu.py python env version ()

Change script to use Python 3 instead of Python 2, in line with changes to update_mks_robin.py

Signed-off-by: James Hartley <james@hartleyns.com>
This commit is contained in:
JamesH1978
2023-02-13 17:28:50 +00:00
committed by GitHub
parent 4b5d056421
commit 738ddaf362

@@ -1,4 +1,4 @@
#!/usr/bin/env python2 #!/usr/bin/env python3
# Encodes STM32 firmwares to be flashable from SD card by Chitu motherboards. # Encodes STM32 firmwares to be flashable from SD card by Chitu motherboards.
# Relocate firmware to 0x08008800! # Relocate firmware to 0x08008800!