add Pio env

This commit is contained in:
Jason2866 2022-09-03 22:04:56 +02:00 committed by GitHub
parent a68d2726c5
commit eea3b0ed10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
Import("env")
env = DefaultEnvironment()
platform = env.PioPlatform()
import os
import subprocess
from os.path import join