File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,16 @@ or manually using this URL:
2020
2121 https://github.com/OctoPrint/OctoPrint-FirmwareCheck/archive/master.zip
2222
23+ To install and/or rollback to a specific version ` <version> ` , either use this URL in the plugin manager:
24+
25+ https://github.com/OctoPrint/OctoPrint-FirmwareCheck/archive/<version>.zip
26+
27+ or run
28+
29+ pip install OctoPrint-FirmwareCheck==<version>
30+
31+ in your OctoPrint virtual environment, substituting ` <version> ` accordingly.
32+
2333## Events
2434
2535### plugin_firmware_check_warning
@@ -45,7 +55,7 @@ for a list of currently known to be affected printers.
4555
4656### Broken firmware
4757
48- #### "CBD" firmware
58+ #### "CBD"/"ZWLF" firmware
4959
5060Please refer to the [ entry on the "broken CBD firmware" warning in OctoPrint's FAQ] ( https://faq.octoprint.org/warning-firmware-broken-cbd )
5161for a list of currently known to be affected printers.
Original file line number Diff line number Diff line change 1414plugin_name = "OctoPrint-FirmwareCheck"
1515
1616# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17- plugin_version = "2020.09.14 "
17+ plugin_version = "2020.09.23 "
1818
1919# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
2020# module
You can’t perform that action at this time.
0 commit comments