Skip to content

Commit f8e947b

Browse files
committed
Update README.md
1 parent 0967936 commit f8e947b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This projects aims at possibility to easily launch Matter internet-of-things pro
1313

1414
## Installing on PlatformIO
1515
1. Use espressif32 platform at version 5.2.0
16-
2. Turn on C++17 support for, by setting `build_unflags=-std=gnu++11` and `build_flags=-std=gnu++17`.
16+
2. Turn on C++17 support, by setting `build_unflags=-std=gnu++11` and `build_flags=-std=gnu++17`.
1717
3. Add this library: `lib_deps=https://github.com/jakubdybczak/esp32-arduino-matter.git`
1818
4. Choose larger partition scheme, for example `board_build.partitions=min_spiffs.csv`
1919
5. Run example sketch
@@ -44,11 +44,12 @@ This project is currently build based on these projects:
4444

4545
Windows: `C:\Users\<USER>\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.5\platform.txt`
4646

47-
2. Inside `platform.txt` find `ESP32 Support Start` section and it's `compiler.cpp.flags.esp32` key. Change `-std=gnu++11` to ` -std=gnu++17`.
47+
2. Inside `platform.txt` find `ESP32 Support Start` section and it's `compiler.cpp.flags.esp32` key. Change `-std=gnu++11` to ` -std=gnu++17`. Do the same thing for `ESP32S3` and `ESP32C3` `Support Start` section if you are using ESP32S3/ESP32C3.
4848

4949
3. Restart Arduino IDE.
5050

51+
## Building custom version of this library
52+
Please look [here](https://github.com/jakubdybczak/esp32-arduino-matter-builder).
53+
5154
## Future and possibilities
52-
* Building packages for other variants of ESP32. If you would like to test other variants of ESP32, please create an issue.
53-
* Providing scripts for buliding ESP32 Arduino Matter for specified Matter / esp-matter / ESP-IDF branches
54-
* Creating more user-friendly access to Matter clusters
55+
* Creating more user-friendly wrapper API.

0 commit comments

Comments
 (0)