README.md aktualisieren

This commit is contained in:
ElVit 2024-07-27 20:46:55 +02:00 committed by GitHub
parent a5f63c3e28
commit 8e8464dd27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -205,6 +205,15 @@ button:
return out; return out;
``` ```
To be able to use the regex command the file "common_includes.h" must be created in the directory "components".
The content of the "common_includes.h" must be:
```
#include <iostream>
#include <regex>
#include <string.h>
```
## Sources ## Sources
Thanks to [shades66](https://github.com/shades66/Maidesite-standing-desk/tree/main) for the minimal and easy to setup esphome config. Thanks to [shades66](https://github.com/shades66/Maidesite-standing-desk/tree/main) for the minimal and easy to setup esphome config.