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 4fdb4ef commit 13526d3Copy full SHA for 13526d3
examples/rpc_lite_client/rpc_lite_client.ino
@@ -39,7 +39,7 @@ void loop() {
39
40
ok = client.call("divi", result, 2.0, 0.0);
41
if (!ok) {
42
- Serial.print("Testing Server-side exception OK");
+ Serial.println("Testing Server-side exception OK");
43
}
44
45
int rand_int;
0 commit comments