create separate folder for arduino and espidf

This commit is contained in:
Florian Hoss 2022-04-10 13:26:52 +02:00
parent bc3989f111
commit a5e0f81930
22 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,8 @@
# How-To
## secrets.h example file
```c
#define SSID "WIFISSID"
#define PSK "WIFIPASSWORD"
```