update modules

This commit is contained in:
proddy
2024-05-26 16:06:18 +02:00
parent 8ffed9fab7
commit 20063d48ed
8 changed files with 65 additions and 26 deletions

11
scripts/run_native.py Normal file
View 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()