From b2c29dc477823240de9315817e20b16573098e01 Mon Sep 17 00:00:00 2001 From: "Ilia O." Date: Sat, 27 Jan 2024 01:22:35 -0800 Subject: [PATCH] Release prep --- README.md | 2 +- keywords.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3b168e..19872a2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You can find the board schematics at [Makerspet repo](https://github.com/makersp ### v0.3.0 - virtual class methods -- ESP32 crash workaround +- ESP32 crash workaround by moving init code from constructor out to init() ### v0.2.0 - example bugfix diff --git a/keywords.txt b/keywords.txt index c0ab9a1..860e925 100644 --- a/keywords.txt +++ b/keywords.txt @@ -26,6 +26,7 @@ setSerialReadCallback KEYWORD2 setSerialWriteCallback KEYWORD2 setInfoCallback KEYWORD2 setErrorCallback KEYWORD2 +init KEYWORD2 ####################################### # Constants (LITERAL1)