Skip to content

Commit

Permalink
Release 2.7.51
Browse files Browse the repository at this point in the history
Add Space Bar to Input Mode(Keyboard Mode)
  • Loading branch information
exploitagency committed Feb 10, 2018
1 parent 933eb2a commit 2321bc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions source/ESP_Code/inputmode.h
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,12 @@ Note: On configuaration page set "Delay Before Starting a Live Payload:" to "0"
<INPUT type="submit" form="bs" value="BACKSPACE"></form>
</td>
<td>
<FORM action="/runlivepayload" method="post" id="space" target="iframe">
<INPUT type="radio" name="livepayloadpresent" value="1" hidden="1" checked="checked">
<textarea style ="width: 100%;" form="space" rows="1" cols="100" name="livepayload" hidden="1">Press:32</textarea>
<INPUT type="submit" form="space" value="SPACE BAR"></form>
</td>
<td>
<FORM action="/runlivepayload" method="post" id="pu" target="iframe">
<INPUT type="radio" name="livepayloadpresent" value="1" hidden="1" checked="checked">
<textarea style ="width: 100%;" form="pu" rows="1" cols="100" name="livepayload" hidden="1">Press:211</textarea>
Expand Down
2 changes: 1 addition & 1 deletion source/ESP_Code/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
String version = "2.7.5";
String version = "2.7.51";
String latestardversion = "2.2";

0 comments on commit 2321bc8

Please sign in to comment.