diff options
| author | Your Name <you@example.com> | 2026-05-18 15:11:04 +0530 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-05-18 15:11:04 +0530 |
| commit | 46169e5645ce1b1e33661f82734a4beeda828e39 (patch) | |
| tree | 961cf68d2a77d2a4d8c760743ddabc2c82d02663 /components/qrcode/CMakeLists.txt | |
| parent | 6faa3cef6cc6206cc1579ad71f1042857a6d38d6 (diff) | |
fix: format-truncation warning in captive portal mint list
- Use tracked offset + snprintf instead of strncat
- Avoid -Werror=format-truncation= on 255-byte URL in HTML template
Diffstat (limited to 'components/qrcode/CMakeLists.txt')
| -rw-r--r-- | components/qrcode/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/qrcode/CMakeLists.txt b/components/qrcode/CMakeLists.txt new file mode 100644 index 0000000..347aeed --- /dev/null +++ b/components/qrcode/CMakeLists.txt | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | idf_component_register(SRCS "qrcoded.c" | ||
| 2 | INCLUDE_DIRS "include") | ||