Skip to content

Commit

Permalink
Merge pull request #104 from benlye/master
Browse files Browse the repository at this point in the history
Fix the path check for the LPC1768 firmware folder
  • Loading branch information
benlye authored Aug 16, 2019
2 parents a6a6d6e + 406db54 commit 9cee606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions octoprint_firmwareupdater/static/js/firmwareupdater.js
Original file line number Diff line number Diff line change
Expand Up @@ -769,8 +769,7 @@ $(function() {
data: JSON.stringify({
command: "path",
path: self.configLpc1768Path(),
check_type: "path",
check_access: ["r", "w"],
check_type: "dir",
check_writable_dir: "true"
}),
contentType: "application/json; charset=UTF-8",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
plugin_name = "OctoPrint-FirmwareUpdater"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "1.6.0"
plugin_version = "1.6.1"

# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module
Expand Down

0 comments on commit 9cee606

Please sign in to comment.