Improved QR-code setup, added MCAP screen

This commit is contained in:
Djuri 2023-11-10 19:52:06 +01:00
parent f611d2f5f8
commit 705f27fda9
25 changed files with 1197 additions and 88 deletions

View file

@ -1,3 +1,5 @@
#ifdef USE_QR
/*
* QR Code generator library (C)
*
@ -1026,3 +1028,4 @@ static int numCharCountBits(enum qrcodegen_Mode mode, int version) {
#undef LENGTH_OVERFLOW
#endif