(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

@@ -36,5 +36,6 @@ bool qr_mode;
void init_qr(void);
void exit_qr(void);
void take_picture(void);
Result http_get(char *url, char *path);
#endif