Skip to content

Commit

Permalink
Arduino fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cpq committed Feb 10, 2024
1 parent 234d0e1 commit 88c3bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ void setup() {
}

void loop() {
printf("JSON: {%m:%g,[%d]}\n", ESC("value"), 1.234, 42);
printf("JSON: {%m:%g,[%d]}\n", XESC("value"), 1.234, 42);
printf("Base64: %M\n", fmt_b64, 5, "hello");
delay(1000);
}

0 comments on commit 88c3bd9

Please sign in to comment.