From 568a8798c50bc467ec2071d8cc5f91bef1c19bda Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Tue, 9 Dec 2025 09:08:53 -0800 Subject: [PATCH] fix: lodb dep in lobbs --- public/registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/registry.json b/public/registry.json index 30f2736..5b339a6 100644 --- a/public/registry.json +++ b/public/registry.json @@ -23,7 +23,7 @@ "featured": true, "includes": ["esp32"], "dependencies": { - "lodb": ">=1.1.0", + "lodb": ">=1.2.0", "meshtastic": ">=2.7.0" } }