mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
formatting
This commit is contained in:
@@ -2,10 +2,12 @@ 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")
|
||||
os.system(
|
||||
"pio pkg install -f -s -e native -l file://../../modules/EMS-ESP-Modules")
|
||||
|
||||
|
||||
if not (env.IsCleanTarget()):
|
||||
refresh_module()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user