From 0fdebbbccfc4e15b8893ef31c6cab7f6464bae57 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 10 Oct 2019 20:50:36 +0200 Subject: [PATCH] always rebuild web on release target --- platformio.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index aacc64ba6..7759ddfdc 100644 --- a/platformio.ini +++ b/platformio.ini @@ -78,7 +78,9 @@ extra_scripts = [env:release] build_flags = ${common.general_flags} ${common.custom_flags} -extra_scripts = pre:scripts/rename_fw.py +extra_scripts = + pre:scripts/rename_fw.py + pre:scripts/buildweb.py [env:checkcode] build_type = debug