From 070ec2f48fb3687d0a7c146f754d6d3fbc71ea84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Szczodrzy=C5=84ski?= Date: Sat, 10 Sep 2022 16:14:10 +0200 Subject: [PATCH] [core] Update ArduinoCore-API to support Print::printf() --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 7e437e6..d2b60bb 100644 --- a/platform.json +++ b/platform.json @@ -79,7 +79,7 @@ "framework-arduino-api": { "type": "framework", "optional": true, - "version": "https://github.com/arduino/ArduinoCore-API#ee040ed", + "version": "https://github.com/libretuya/ArduinoCore-API#3a4cbfc", "manifest": { "description": "Hardware independent layer of the Arduino cores" },