From cff2ae6f40fa19e57a75b7a4c27625ed86660d9f Mon Sep 17 00:00:00 2001 From: Diego Casorran Date: Thu, 5 Dec 2024 12:46:21 +0100 Subject: [PATCH] amend new pwm-files.. Signed-off-by: Diego Casorran --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b0df83d..db134de 100644 --- a/index.js +++ b/index.js @@ -200,7 +200,7 @@ const config = { if (content[1].includes('var buildVersion = {')) { type = 'boot'; } - else if (content[0] === 'class MegaComponent extends MegaDataEmitter {') { + else if (content[0] === 'class MegaComponentGroup {') { type = 'pwm'; } }