diff --git a/lib/default/TasmotaLList/library.json b/lib/default/TasmotaLList/library.json index d49f03f71..d5c06d45c 100644 --- a/lib/default/TasmotaLList/library.json +++ b/lib/default/TasmotaLList/library.json @@ -4,8 +4,8 @@ "description": "Simple yet powerful linked-list", "license": "MIT", "homepage": "https://github.com/arendst/Tasmota", - "frameworks": "*", - "platforms": "*", + "frameworks": "arduino", + "platforms": "espressif32, espressif8266", "authors": { "name": "Stephan Hadinger", diff --git a/lib/lib_ssl/tls_mini/library.json b/lib/lib_ssl/tls_mini/library.json index 0faa39688..d93dfd353 100644 --- a/lib/lib_ssl/tls_mini/library.json +++ b/lib/lib_ssl/tls_mini/library.json @@ -4,8 +4,8 @@ "description": "TLS mini client derived from Arduino", "license": "MIT", "homepage": "https://github.com/arendst/Tasmota", - "frameworks": "*", - "platforms": "*", + "frameworks": "arduino", + "platforms": "espressif32, espressif8266", "authors": { "name": "Stephan Hadinger",