@web-font-path: "roboto-debian.css";
Menu Toggle
v2.2.0 (RP2040)
Loading...
Searching...
No Matches
pico_mbedtls_config.h
1
// Latest versions of mbedtls include mbedtls/include/mbedtls_config.h and we used to set MBEDTLS_CONFIG_FILE=mbedtls_config.h
2
// To maintain compatibility with this and avoid including the mbedtls version of mbedtls_config.h we include pico_mbedtls_config.h first
3
#include "mbedtls_config.h"