mirror of
				https://github.com/eledio-devices/thirdparty-AsyncTCPSock.git
				synced 2025-10-31 08:42:38 +01:00 
			
		
		
		
	Update mbedtls macro checks for Arduino-ESP32 v2.0.3-rc1
This commit is contained in:
		| @@ -11,7 +11,7 @@ | |||||||
| #include "AsyncTCP_TLS_Context.h" | #include "AsyncTCP_TLS_Context.h" | ||||||
|  |  | ||||||
| #if ASYNC_TCP_SSL_ENABLED | #if ASYNC_TCP_SSL_ENABLED | ||||||
| #ifndef MBEDTLS_KEY_EXCHANGE__SOME__PSK_ENABLED | #if !defined(MBEDTLS_KEY_EXCHANGE__SOME__PSK_ENABLED) && !defined(MBEDTLS_KEY_EXCHANGE_SOME_PSK_ENABLED) | ||||||
| #  warning "Please configure IDF framework to include mbedTLS -> Enable pre-shared-key ciphersuites and activate at least one cipher" | #  warning "Please configure IDF framework to include mbedTLS -> Enable pre-shared-key ciphersuites and activate at least one cipher" | ||||||
| #else | #else | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user