mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-26 16:49:11 +03:00
update modules
This commit is contained in:
11
scripts/run_native.py
Normal file
11
scripts/run_native.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import os
|
||||
|
||||
Import("env")
|
||||
|
||||
def run_native():
|
||||
print("Running native...")
|
||||
os.system("pio run -e native")
|
||||
|
||||
if not (env.IsCleanTarget()):
|
||||
run_native()
|
||||
|
||||
Reference in New Issue
Block a user