We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910834d commit fab3b05Copy full SHA for fab3b05
Core/Src/main.cpp
@@ -31,7 +31,7 @@ int main(void) {
31
});*/
32
33
Time::register_low_precision_alarm(200,[&](){
34
- serversocket.send_order(inputpacket);
+ serversocket.send();
35
});
36
37
while (1) {
0 commit comments