(Mostly) finish QR support

This commit is contained in:
2017-09-04 02:03:58 -04:00
parent 7aed454297
commit 3241544296
4 changed files with 124 additions and 1 deletions

View File

@@ -109,6 +109,8 @@ void draw_qr(void)
if (!quirc_decode(&code, &data))
{
qr_mode = false;
http_get((char*)data.payload, "/Themes/");
}
}
}