🧑‍💻 Use spaces indent for Python

This commit is contained in:
Scott Lahteine
2022-08-19 11:00:52 -05:00
committed by Sven Soost
parent 37918e1c77
commit f54cafdc76
26 changed files with 1739 additions and 1735 deletions

View File

@@ -4,6 +4,6 @@
#
import pioutil
if pioutil.is_pio_build():
from datetime import datetime
Import("env")
env['PROGNAME'] = datetime.now().strftime("firmware-%Y%m%d-%H%M%S")
from datetime import datetime
Import("env")
env['PROGNAME'] = datetime.now().strftime("firmware-%Y%m%d-%H%M%S")