Browse Source

changed readme

tags/v0.1.0
Simon Schmidt 3 years ago
parent
commit
9f5eb73d08
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      README.md

+ 2
- 3
README.md View File

### Steps to run it ### Steps to run it


#### create wifi_credentials.h
##### create "template/wifi_credentials.h"


__TEMPLATE__
```cpp ```cpp
#ifndef __WIFI_CREDENTIALS_H #ifndef __WIFI_CREDENTIALS_H
#define __WIFI_CREDENTIALS_H #define __WIFI_CREDENTIALS_H
#endif // __WIFI_CREDENTIALS_H #endif // __WIFI_CREDENTIALS_H
``` ```


#### platformio.ini
##### platformio.ini
change IP of esp8266 accordingly change IP of esp8266 accordingly
IP gets printed on Serial Monitor after first Upload IP gets printed on Serial Monitor after first Upload

Loading…
Cancel
Save