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)