diff options
author | JamesH1978 <87171443+JamesH1978@users.noreply.github.com> | 2023-02-13 17:28:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-13 12:28:50 -0500 |
commit | 738ddaf3621256bc6d4e983005d14f6dcf4c25e5 (patch) | |
tree | 3e47796230e5cc806e4944992146b5880f04335c /scripts/update_chitu.py | |
parent | 4b5d0564217f653aae9604af4430eff3dc136a89 (diff) | |
download | kutter-738ddaf3621256bc6d4e983005d14f6dcf4c25e5.tar.gz kutter-738ddaf3621256bc6d4e983005d14f6dcf4c25e5.tar.xz kutter-738ddaf3621256bc6d4e983005d14f6dcf4c25e5.zip |
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>
Diffstat (limited to 'scripts/update_chitu.py')
-rwxr-xr-x | scripts/update_chitu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update_chitu.py b/scripts/update_chitu.py index 1d993b46..a1ef4d8b 100755 --- a/scripts/update_chitu.py +++ b/scripts/update_chitu.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # Encodes STM32 firmwares to be flashable from SD card by Chitu motherboards. # Relocate firmware to 0x08008800! |