scripts: update_chitu.py python env version (#6055)
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:
@@ -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!
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user