Skip to content

Commit

Permalink
Send the correct variable along with the upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
bjpirt committed Aug 14, 2014
1 parent 857a9f2 commit a47cc4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ <h3>Upgrade the Mirobot UI</h3>
<button onclick="downloadLatestUIVersion();return false">Download latest version</button>
<p>Then select it here:</p>
<form name= "form_sw_upload" method="post" action="data_success.html" enctype="multipart/form-data">
<input type="hidden" name="CMD" value="SW_UPLOAD">
<input type="hidden" name="CMD" value="WEB_UPLOAD">
<input name="files" size="40" maxlength="256" type="file" value="" />
<p>Finally, click to upgrade</p>
<input type="submit" value="Upgrade Now" />
Expand Down

0 comments on commit a47cc4f

Please sign in to comment.