mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-07-01 09:31:41 +00:00
7 lines
172 B
Python
7 lines
172 B
Python
Import("env")
|
|
|
|
print("[pio] post: build finished")
|
|
|
|
# Example hook: emit final build environment details
|
|
print("[pio] post: build type:", env.get("BUILD_TYPE", "unknown"))
|