Skip to content

Commit

Permalink
Merge pull request #95 from hideakitai/fix/build-error-for-unsubscribe
Browse files Browse the repository at this point in the history
Fix/build error for unsubscribe
  • Loading branch information
hideakitai authored Feb 14, 2024
2 parents 80bf060 + 7b0fa34 commit 7a3dc43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Artnet/Receiver.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class Receiver_
{
auto it = this->callback_art_dmx_universes.find(universe);
if (it != this->callback_art_dmx_universes.end()) {
this->callbacks.erase(it);
this->callback_art_dmx_universes.erase(it);
}
}
void unsubscribeArtDmxUniverses()
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/hideakitai",
"maintainer": true
},
"version": "0.4.3",
"version": "0.4.4",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ArtNet
version=0.4.3
version=0.4.4
author=hideakitai
maintainer=hideakitai
sentence=Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)
Expand Down

0 comments on commit 7a3dc43

Please sign in to comment.