mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +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