Skip to content

Commit

Permalink
Fix post-flash system command
Browse files Browse the repository at this point in the history
  • Loading branch information
benlye committed Feb 7, 2022
1 parent 3ca1f28 commit 2a800a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_firmwareupdater/static/js/firmwareupdater.js
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ $(function() {
profiles[index]["enable_preflash_commandline"] = self.configEnablePreflashCommandline();
profiles[index]["preflash_commandline"] = self.configPreflashCommandline();
profiles[index]["enable_postflash_commandline"] = self.configEnablePostflashCommandline();
profiles[index]["preflash_commandline"] = self.configPreflashCommandline();
profiles[index]["postflash_commandline"] = self.configPostflashCommandline();
profiles[index]["enable_preflash_gcode"] = self.configEnablePreflashGcode();
profiles[index]["preflash_gcode"] = self.configPreflashGcode();
profiles[index]["enable_postflash_gcode"] = self.configEnablePostflashGcode();
Expand Down

0 comments on commit 2a800a7

Please sign in to comment.