mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-06-21 04:31:47 +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"))
|