Files
2026-01-18 21:25:18 +08:00

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"))