Skip to content

Commit

Permalink
Merge pull request #40 from Cosik/feature/armbian-support
Browse files Browse the repository at this point in the history
New plugin release.
  • Loading branch information
imrahil authored Oct 15, 2018
2 parents dbfad91 + d1b0cb3 commit ff08d0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

![NavbarTemp](navbar.png?raw=true)

For Raspberry Pi users it's possible to display internal temperature (configurable via settings dialog):
![NavbarTempRaspi](navbar_raspi.png?raw=true)

## Setup

Expand Down
Binary file modified navbar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 4 additions & 5 deletions octoprint_navbartemp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,22 +94,21 @@ def get_assets(self):
"less": ["less/navbartemp.less"]
}

##~~ Softwareupdate hook

##~~ Softwareupdate hook
def get_update_information(self):
return dict(

navbartemp=dict(
displayName="Navbar Temperature Plugin",
displayVersion=self._plugin_version,

# version check: github repository
type="github_release",
user="ntoff",
user="imrahil",
repo="OctoPrint-NavbarTemp",
current=self._plugin_version,

# update method: pip w/ dependency links
pip="https://github.com/ntoff/OctoPrint-NavbarTemp/archive/{target_version}.zip"
pip="https://github.com/imrahil/OctoPrint-NavbarTemp/archive/{target_version}.zip"
)
)

Expand Down

0 comments on commit ff08d0f

Please sign in to comment.