From dc4bc9860a5d6c43718274db736082148a56b36b Mon Sep 17 00:00:00 2001 From: v1nc Date: Mon, 11 May 2020 10:43:25 +0000 Subject: [PATCH 01/11] implement wifi qr code add input for ssid, password, encryption type and if wifi is hidden. generate wifi qr code. --- apps/qrcode/custom.html | 67 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 59 insertions(+), 8 deletions(-) diff --git a/apps/qrcode/custom.html b/apps/qrcode/custom.html index fff39c535..d0d9ac007 100644 --- a/apps/qrcode/custom.html +++ b/apps/qrcode/custom.html @@ -5,6 +5,22 @@

Enter a URL:

+

or Enter Wifi name:

+

and Wifi password:

+
+ +
+ +
+
+
+ + +

Try your QR Code:

Click

@@ -14,19 +30,54 @@