Skip to content

Commit 0483467

Browse files
committed
ESPBufferManager integration
1 parent 5c7b765 commit 0483467

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

library.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
{
2929
"name": "ESPJsonDB",
3030
"version": "https://github.com/ESPToolKit/esp-jsondb.git"
31+
},
32+
{
33+
"name": "ESPBufferManager",
34+
"version": "https://github.com/ESPToolKit/esp-buffer-manager.git"
3135
}
3236
],
3337
"headers": ["ESPStore.h", "ESPStoreCodec.h"],

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ category=Data Storage
88
url=https://github.com/ESPToolKit/esp-store
99
repository=https://github.com/ESPToolKit/esp-store.git
1010
architectures=esp32
11-
depends=ESPJsonDB
11+
depends=ESPJsonDB,ESPBufferManager
1212
license=MIT

0 commit comments

Comments
 (0)