Skip to content

Commit 7fb6209

Browse files
authored
Update build.py
1 parent 46fe5b9 commit 7fb6209

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/build.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ def proceed_dir(dir_path, dir_text, dir_path_forhtml):
105105
if ("ABCVP4-SHIELD-V1" in bin_file):
106106
ESPtype="WLED Shield ESP32-P4 V1, used with waveshare ESP32-P4-NANO, HIGHLY EXPERIMENTAL"
107107
template_filename="./scripts/manifest_esp32p4_8MB_template.json"
108+
if ("ABCVP4-SHIELD-V2" in bin_file):
109+
ESPtype="WLED Shield ESP32-P4 V2, used with waveshare ESP32-P4-NANO, EXPERIMENTAL"
110+
template_filename="./scripts/manifest_esp32p4_8MB_template.json"
108111
elif ("ABCV41" in bin_file):
109112
ESPtype="WLED Controller V41, ESP32, 5V, Audio Reactive (Mic. or Line-In)"
110113
if(("_0.16." in bin_file) or ("_0.17." in bin_file) or ("_0.18." in bin_file) or ("_0.19." in bin_file) or ("_0.20." in bin_file)):

0 commit comments

Comments
 (0)