From 3c20a0a6272e86204225d2632e81fd236d0e589b Mon Sep 17 00:00:00 2001 From: Nick Reynolds Date: Thu, 11 May 2023 17:55:54 +0100 Subject: [PATCH] Update README for v0.1.2 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1c98024..38db738 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,14 @@ For a list of available versions, see the [repository tag list](https://github.c ### Version history +#### 0.1.2 + +Fixed compilation for ESP32-C3 target, which has very slight change in Espressif SDK from other ESP32 versions. + +#### 0.1.1 + +Improved methods for retrieving arrays from messages. + #### 0.1.0 First public release.