From 37c0495cc5b8a2f595220f8e5ce438a4ee965160 Mon Sep 17 00:00:00 2001 From: "kaia.ai" <33589365+kaiaai@users.noreply.github.com> Date: Mon, 28 Oct 2024 02:41:14 -0700 Subject: [PATCH 1/2] Version bump --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 01c916c44..facda9152 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=micro_ros_kaia -version=2.0.7-iron.4 +version=2.0.7-iron.5 author=micro-ROS, Kaia.ai maintainer=Ilia O. sentence=micro-ROS Arduino library with additional Kaia.ai message types From 2b96b50712ba75296918486871a5f1bedcb2d767 Mon Sep 17 00:00:00 2001 From: "kaia.ai" <33589365+kaiaai@users.noreply.github.com> Date: Mon, 28 Oct 2024 02:42:32 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a2201e302..db8fcbb3d 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,10 @@ Now you can handle connecting to WiFi as you see fit, instead of Micro-ROS doing ``` ## Change Log +v2.0.7-iron.4 +- merged all commits from the forked-from repo + - adds esp32s3 build support + v2.0.7-iron.4 - added KaiaaiTelemetry2 message - compiler warning fix