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.
2 parents c3360da + a6f3631 commit a5344b3Copy full SHA for a5344b3
UNOR4USBBridge/cmds_wifi_udp.h
@@ -55,8 +55,7 @@ void CAtHandler::add_cmds_wifi_udp() {
55
}
56
else {
57
delete udps[i];
58
-
59
- chAT::CommandStatus::ERROR;
+ return chAT::CommandStatus::ERROR;
60
61
62
@@ -65,8 +64,7 @@ void CAtHandler::add_cmds_wifi_udp() {
65
64
66
67
68
69
70
71
72
@@ -129,7 +127,7 @@ void CAtHandler::add_cmds_wifi_udp() {
129
127
130
128
131
132
133
134
135
srv.write_response_prompt();
0 commit comments