Unify build epoch to add flag in platformio-custom.py (#7917)

* Unify build_epoch replacement logic in platformio-custom

* Missed one
This commit is contained in:
Ben Meadors
2025-09-10 15:29:50 -05:00
committed by GitHub
parent 108bdf7b0d
commit 701028b749
4 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,5 @@
#!/usr/bin/env bash
sed -i 's/#-DBUILD_EPOCH=$UNIX_TIME/-DBUILD_EPOCH=$UNIX_TIME/' platformio.ini
export PIP_BREAK_SYSTEM_PACKAGES=1
if (echo $2 | grep -q "esp32"); then