Skip to content

Commit 68d91f5

Browse files
Update README.md
1 parent 96507d3 commit 68d91f5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
## Commander-API library
2-
**Version V2.1.0**
2+
**Version V2.1.1**
33

44
Commander-API is a simple-to-use parser library, and you can easily use it to process character based commands and link them to a specified function. It is designed mainly to work with low memory capacity devices, for example, __small ARM or AVR processors__.
55

6-
__Key changes in V2.1.0:__
6+
__Key changes in V2.1.1:__
77
* AVR PROGMEM support.
88
* Piping
99
* Ready to use built-in commands
10+
* Fixes compatibility with Risc-V based ESP32 platforms
1011

11-
__Breaking changes in V2.1.0:__
12+
__Breaking changes in V2.1.1:__
1213
* The response channel is now uses the Stream class.
1314
This way it is more flexible and you doesn't have to
1415
create a class for every peripheral.
@@ -29,7 +30,7 @@ The full documentation can be found [here](https://dani007200964.github.io/Comma
2930
## Donation
3031
If this project help you reduce time to develop, you can give me a cup of coffee :coffee: :coffee: :coffee:
3132

32-
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate?hosted_button_id=YFGZD78H6K2CS)
33+
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://ko-fi.com/danielhajnal)
3334

3435
## License & copyright
3536
© Daniel Hajnal

0 commit comments

Comments
 (0)