Commit Graph

8 Commits

Author SHA1 Message Date
Bogdan Kolendovskyy
ecfe26da47 examples: fix format errors, remove -Wno-format
Logging in series of examples has misuse of "%d" instead of type-appropriate format specifiers.
Fix by changing "%d" to PRIxx macros corresponding to type.
Remove -Wno-format compile flag in those examples that are affected.
2025-09-19 18:51:40 +08:00
Mahavir Jain
7aaed493fc mqtt/ssl_ds: enable the example for ESP32-H2 target 2025-09-19 18:51:40 +08:00
Aditya Patwardhan
b0d5b719b6 mqtt/ssl_ds example: Update the code to use esp_secure_cert component 2025-09-19 18:51:40 +08:00
Euripedes Rocha
dd40fc3af2 [MQTT] - Updates esp_mqtt configuration struct
- Layered config struct
- Fix examples.
2025-09-19 18:51:40 +08:00
David Cermak
ad00d740f4 examples/mqtt: Use common transport for setting log severity 2025-09-19 18:51:40 +08:00
Aditya Patwardhan
e64379783b esp32c3/Digital Signature: mbedtls integration through ESP-TLS 2025-09-19 18:51:40 +08:00
David Cermak
ee05381ef5 Examples: MQTT DS example to use ds_peripheral API 2025-09-19 18:51:40 +08:00
Aditya Patwardhan
20d4b4fa59 esp32s2/esp_ds: Added mqtt example for TLS using Digital Signature 2025-09-19 18:51:40 +08:00