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

View File

@@ -0,0 +1,11 @@
import os
Import("env")
def refresh_module():
print("Fetching latest module for Native target...")
os.system("pio pkg install -f -s -e native -l file://../../modules/EMS-ESP-Modules")
if not (env.IsCleanTarget()):
refresh_module()