From 6cc5e5113778daef3238f72d4fec808265630d28 Mon Sep 17 00:00:00 2001 From: NathanKulp Date: Tue, 14 Apr 2026 11:30:53 -0400 Subject: [PATCH] works on fpp10 --- pluginInfo.json | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/pluginInfo.json b/pluginInfo.json index a76363e..fe587c2 100644 --- a/pluginInfo.json +++ b/pluginInfo.json @@ -15,11 +15,18 @@ "sha": "" }, { - "minFPPVersion": "9.0", - "maxFPPVersion": "0", - "branch": "master", - "sha": "", - "allowUpdates": 1 - } + "minFPPVersion": "9.0", + "maxFPPVersion": "9.99", + "branch": "master", + "sha": "a49b7e1df4a7692170d9e5bf1f513b773f10bcdb", + "allowUpdates": 1 + }, + { + "minFPPVersion": "10.0", + "maxFPPVersion": "0", + "branch": "master", + "sha": "", + "allowUpdates": 1 + } ] -} +} \ No newline at end of file