README.md aktualisieren
This commit is contained in:
parent
a5f63c3e28
commit
8e8464dd27
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue