From 4309807f4bf4a115822015cc0d22d69f052ae144 Mon Sep 17 00:00:00 2001 From: Matt Trentini Date: Thu, 22 May 2025 16:52:22 +1000 Subject: [PATCH] Add package.json for MIP compatibility --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..77487ab --- /dev/null +++ b/package.json @@ -0,0 +1,7 @@ +{ + "urls": [ + ["wifimgr.py", "github:tayfunulu/WiFiManager/wifimgr.py"] + ], + "version": "1.0.0", + "deps": [] +} \ No newline at end of file