Skip to content

Commit bead312

Browse files
committed
Update manifest hash and memory limit for the Swift plugin
1 parent 341bc06 commit bead312

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/BluetoothExplorerPluginEngine/Plugins/battery-level.bleplugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"version": "1.0.0",
66
"abi": 1,
77
"module": "battery-level.wasm",
8-
"sha256": "f5ad62816cf9b64a1326abc70ecb66662bafbf6cd6b3fa35f07908b2566993e9",
8+
"sha256": "97b7a4a83a0550f2720b39f414019f37d2c63476737c717112df6fd0b55fe5f3",
99
"matches": {
1010
"characteristicUUIDs": ["2A19"]
1111
},
12-
"limits": { "maxMemoryPages": 2, "maxOutputBytes": 256 }
12+
"limits": { "maxMemoryPages": 16, "maxOutputBytes": 256 }
1313
}

0 commit comments

Comments
 (0)