waldluis 2023-03-30 16:01:05 +02:00
commit bb09d15a56

View File

@ -47,3 +47,8 @@ To send requests to your service, https://www.postman.com/downloads/ is a good a
## Matter
- https://github.com/project-chip/connectedhomeip
- https://blog.espressif.com/announcing-matter-previously-chip-on-esp32-84164316c0e3
## Git Command line Order to Push:
```git add .```
```git commit -m "message"```
```git push origin```