mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 19:56:30 +00:00
Add files via upload
This commit is contained in:
parent
82ec017b3b
commit
02c304f9e5
@ -1,9 +1,9 @@
|
|||||||
Import('env')
|
Import('env')
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
# copy tasmota/user_config_override_sample.h to tasmota/user_config_override.h
|
# copy tasmota/user_config_override_sample.h to tasmota/user_config_override.h
|
||||||
if os.path.isfile("tasmota/user_config_override.h"):
|
if os.path.isfile("tasmota/user_config_override.h"):
|
||||||
print ("*** use provided user_config_override.h as planned ***")
|
print ("*** use provided user_config_override.h as planned ***")
|
||||||
else:
|
else:
|
||||||
shutil.copy("tasmota/user_config_override_sample.h", "tasmota/user_config_override.h")
|
shutil.copy("tasmota/user_config_override_sample.h", "tasmota/user_config_override.h")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user