|
29 | 29 | if (!$?) {exit1 } |
30 | 30 |
|
31 | 31 |
|
32 | | -# build firmware based on generated headerfile for ESP32 |
33 | | -../OGM-Common/scripts/setup/reusable/Build-Step.ps1 release_XIAO_MINI_ESP32_V1 firmware-XIAO_MINI_ESP32_V1 bin |
34 | | -if (!$?) {exit1 } |
35 | | - |
36 | | - |
37 | | -# Note: |
| 32 | +# Note: |
38 | 33 | # * optional param 4 for script name |
39 | 34 | # * supported hardware from OpenKNXHardware.h |
40 | 35 |
|
@@ -62,15 +57,18 @@ if (!$?) { exit 1 } |
62 | 57 | lib/OGM-Common/scripts/setup/reusable/Build-Step.ps1 release_SMARTMF_1TE_REG firmware-SmartMF-1TE-REG uf2 |
63 | 58 | if (!$?) {exit1 } |
64 | 59 |
|
65 | | - |
66 | 60 | # build firmware for UP1 |
67 | 61 | # lib/OGM-Common/scripts/setup/reusable/Build-Step.ps1 release_UP1 firmware-UP1 uf2 |
68 | 62 | # if (!$?) { exit 1 } |
69 | 63 |
|
| 64 | + |
70 | 65 | # build firmware based on generated headerfile for ESP32 |
71 | 66 | # ../OGM-Common/scripts/setup/reusable/Build-Step.ps1 release_ESP32 firmware-ESP32 bin |
72 | 67 | # if (!$?) { exit 1 } |
73 | 68 |
|
| 69 | +../OGM-Common/scripts/setup/reusable/Build-Step.ps1 release_XIAO_MINI_ESP32_V1 firmware-XIAO_MINI_ESP32_V1 bin |
| 70 | +if (!$?) {exit1 } |
| 71 | + |
74 | 72 |
|
75 | 73 | # Quick-Fix: Remove unwanted files from release folder: |
76 | 74 | Remove-Item-Path"release/data/*.bin"-Exclude"*ESP32*.bin","*OpenKNX-REG1-Basismodul-IP*"-ErrorAction SilentlyContinue-Force |
|