mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-15 12:19:58 +03:00
update to 1.7.0
This commit is contained in:
21
lib/espMqttClient/src/MemoryPool/library.json
Normal file
21
lib/espMqttClient/src/MemoryPool/library.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "MemoryPool",
|
||||
"keywords": "memory",
|
||||
"description": "A simple memory pool for fixed and variable sizes",
|
||||
"authors":
|
||||
{
|
||||
"name": "Bert Melis",
|
||||
"url": "https://github.com/bertmelis"
|
||||
},
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/bertmelis/MemoryPool",
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/bertmelis/MemoryPool.git"
|
||||
},
|
||||
"version": "0.1.0",
|
||||
"frameworks": "*",
|
||||
"platforms": "*",
|
||||
"headers": ["MemoryPool.h"]
|
||||
}
|
||||
Reference in New Issue
Block a user