Skip to content

Commit 13526d3

Browse files
committed
fix: client debug msg
1 parent 4fdb4ef commit 13526d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rpc_lite_client/rpc_lite_client.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ void loop() {
3939

4040
ok = client.call("divi", result, 2.0, 0.0);
4141
if (!ok) {
42-
Serial.print("Testing Server-side exception OK");
42+
Serial.println("Testing Server-side exception OK");
4343
}
4444

4545
int rand_int;

0 commit comments

Comments
 (0)