get mqtt_client building

This commit is contained in:
Travis Shears 2025-04-13 19:22:49 +02:00
parent 4b09a8611b
commit d70d551638
5 changed files with 544 additions and 1 deletions

6
mbedtls_config.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef MBEDTLS_CONFIG_TLS_CLIENT_H
#define MBEDTLS_CONFIG_TLS_CLIENT_H
#include "mbedtls_config_examples_common.h"
#endif