diff --git a/README.md b/README.md index d1b6afe..6f4d0ee 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,10 @@ LidarSerial.begin(baud_rate, SERIAL_8N1, 4, 5); // GPIO4 as RX1, GPIO5 as TX1 ## Release notes -## v0.5.9 +## v0.6.0 - support for Espressif SDK 5.x (ESP32 Arduino 3.x) + +## v0.5.9 - added ESP32-C3 LD14P example - added ESP32-S3 LD14P example diff --git a/library.properties b/library.properties index 0964cee..ed40648 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=LDS -version=0.5.9 +version=0.6.0 author=Ilia O. maintainer=Ilia O. sentence=Laser distance scan sensors (LDS/LIDAR) wrapper/controller for kaia.ai robotics platform