Added a hash to the service type name
This is required by the updated imjoy core Co-authored-by: Kaspar Emanuel <kaspar@monostable.co.uk>
This commit is contained in:
parent
1aae062774
commit
9ba9bccd90
1 changed files with 2 additions and 2 deletions
|
|
@ -271,8 +271,8 @@ export default {
|
|||
|
||||
const service = {
|
||||
_rintf: true, // this will make sure the function can be called multiple times
|
||||
type: "_microscope-control",
|
||||
name: "OpenFlexure",
|
||||
type: "#_microscope-control",
|
||||
name: "#openflexure",
|
||||
lastSnapResponse: null,
|
||||
snapPreviewImage() {
|
||||
// The "proper" capture method is more involved - this one pulls a frame out of the preview stream
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue