Skip to content

Commit 2321bc8

Browse files
committed
Release 2.7.51
Add Space Bar to Input Mode(Keyboard Mode)
1 parent 933eb2a commit 2321bc8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

source/ESP_Code/inputmode.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,12 @@ Note: On configuaration page set "Delay Before Starting a Live Payload:" to "0"
266266
<INPUT type="submit" form="bs" value="BACKSPACE"></form>
267267
</td>
268268
<td>
269+
<FORM action="/runlivepayload" method="post" id="space" target="iframe">
270+
<INPUT type="radio" name="livepayloadpresent" value="1" hidden="1" checked="checked">
271+
<textarea style ="width: 100%;" form="space" rows="1" cols="100" name="livepayload" hidden="1">Press:32</textarea>
272+
<INPUT type="submit" form="space" value="SPACE BAR"></form>
273+
</td>
274+
<td>
269275
<FORM action="/runlivepayload" method="post" id="pu" target="iframe">
270276
<INPUT type="radio" name="livepayloadpresent" value="1" hidden="1" checked="checked">
271277
<textarea style ="width: 100%;" form="pu" rows="1" cols="100" name="livepayload" hidden="1">Press:211</textarea>

source/ESP_Code/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
String version = "2.7.5";
1+
String version = "2.7.51";
22
String latestardversion = "2.2";

0 commit comments

Comments
 (0)