mirror of https://github.com/arendst/Tasmota.git
add Pio env
This commit is contained in:
parent
a68d2726c5
commit
eea3b0ed10
|
@ -1,4 +1,6 @@
|
||||||
Import("env")
|
Import("env")
|
||||||
|
env = DefaultEnvironment()
|
||||||
|
platform = env.PioPlatform()
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
from os.path import join
|
from os.path import join
|
||||||
|
|
Loading…
Reference in New Issue