mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
9 lines
302 B
Python
9 lines
302 B
Python
#!/usr/bin/env python
|
|
from subprocess import call
|
|
import os
|
|
Import("env")
|
|
|
|
# see http://docs.platformio.org/en/latest/projectconf/advanced_scripting.html#before-pre-and-after-post-actions
|
|
# env.Replace(PROGNAME="firmware_%s" % defines.get("VERSION"))
|
|
env.Replace(PROGNAME="firmware_%s" % env['BOARD'])
|