We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370d72b commit cbc8216Copy full SHA for cbc8216
rcmds/data/byte test.txt
@@ -1,4 +1,4 @@
1
-test all
+tests RCM BYTE
2
192.168.137.165:25210
3
ping: ,var:ping;A:,var:0,B:,var:1;C:,var:2,D:,var:3;E:,var:4,F:,var:5;G:,var:6,H:,var:7;1: ,var:9;2: ,var:10;3: ,var:11;4: ,var:12;5: ,var:13;6: ,var:14;7: ,var:15;8: ,var:16;
4
17,4
@@ -8,14 +8,14 @@ ping: ,var:ping;A:,var:0,B:,var:1;C:,var:2,D:,var:3;E:,var:4,F:,var:5;G:,var:6,H
8
9
10
11
-0,-1,1,.025,.6,008900,1,20
12
-1,-1,1,.065,.6,008900,1,20
13
-2,-1,1,.105,.6,008900,1,20
14
-3,-1,1,.145,.6,008900,1,20
15
-4,-1,1,.185,.6,008900,1,20
16
-5,-1,1,.225,.6,008900,1,20
17
-6,-1,1,.265,.6,008900,1,20
18
-7,-1,1,.305,.6,008900,1,20
+0,-1,1,.025,.6,999900,1,20
+1,-1,1,.065,.6,999900,1,20
+2,-1,1,.105,.6,999900,1,20
+3,-1,1,.145,.6,999900,1,20
+4,-1,1,.185,.6,999900,1,20
+5,-1,1,.225,.6,999900,1,20
+6,-1,1,.265,.6,999900,1,20
+7,-1,1,.305,.6,999900,1,20
19
8,-1,1,.69,.6,0000DD,1,20
20
9,-1,1,.73,.6,0000DD,1,20
21
10,-1,1,.77,.6,0000DD,1,20
rcmds/rcmds.pde
-//v1.4.1
+//v1.4.2
HashSet<Integer> virtualKeyboardButton;
HashSet<String> virtualGamepadButton;
rcmds/wifi.pde
@@ -8,7 +8,7 @@ UDP udp;
long wifiReceivedMillis=0;
long wifiSentMillis=0;
long wifiPing=-1;
-static final int wifiRetryPingTime=800;
+static final int wifiRetryPingTime=500;
static final float disableTimeMultiplier=8;
void sendWifiData(boolean t) {
if ((t&&millis()-wifiSentMillis>wifiRetryPingTime)||!t) {
0 commit comments