Commit 19f550f7 authored by Eric Duminil's avatar Eric Duminil
Browse files

Stupid extra_script for one variable

parent 6632f2b1
Pipeline #11964 failed with stage
import os
Import("env")
# include toolchain paths in compile_commands.json
env.Replace(COMPILATIONDB_INCLUDE_TOOLCHAIN=True)
......@@ -11,6 +11,9 @@
[platformio]
src_dir = ampel-firmware
[env]
extra_scripts = pre:extra_script.py
[env:esp8266]
platform = espressif8266
board = esp12e
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment