Configurations embed and retrieve (#21321)

This commit is contained in:
X-Ryl669 2021-12-14 07:22:06 +01:00 committed by GitHub
parent bf21bc9ee5
commit b464a4b1a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 435 additions and 85 deletions

View file

@ -6,7 +6,6 @@ import pioutil
if pioutil.is_pio_build():
from os.path import join, isfile
import shutil
from pprint import pprint
Import("env")