Jean-Baptiste Bédrune
Results
2
issues of
Jean-Baptiste Bédrune
The single call to `snprintf` with our custom formatter was incorrectly used. Using a standard formatter does not increase code size, and prevents from disabling format string warnings during compilation.
This PR removes all the compilation warnings generated from the app. The remaining warnings are triggered by the qrcode library from the SDK. It also fixes potential defects identified by...