From 88c3bd9c72bb4ddc810d3ddb9b3cac035a804fba Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Sat, 10 Feb 2024 14:42:50 +0000 Subject: [PATCH] Arduino fix --- test/main.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/main.ino b/test/main.ino index de044cb..1fdd32e 100644 --- a/test/main.ino +++ b/test/main.ino @@ -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); }