mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-03-15 22:26:31 +03:00
WIP: ESP-IDF Core 3 migration - mbedtls SSL, module library, board configs, MQTT and network updates
This commit is contained in:
10
lib/mbedtls_ssl/library.json
Normal file
10
lib/mbedtls_ssl/library.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "mbedtls_ssl",
|
||||
"version": "3.6.5",
|
||||
"description": "mbedtls SSL/TLS module compiled from source (Tasmota platform strips this from libmbedtls.a)",
|
||||
"platforms": ["espressif32"],
|
||||
"build": {
|
||||
"extraScript": "configure.py",
|
||||
"libArchive": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user