update esp8266 project name to match default ino for Arduino IDE

This commit is contained in:
Oguz Bastemur 2019-01-28 15:40:31 -08:00
Родитель a518970092
Коммит 803429d63c
3 изменённых файлов: 3 добавлений и 1 удалений

2
ESP8266/.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1,2 @@
ESP8266.esp8266.esp8266.nodemcu.bin
ESP8266.esp8266.esp8266.nodemcu.elf

Просмотреть файл

Просмотреть файл

@ -4,7 +4,7 @@
- Select `Sample Devkits`
- Add a new `mxchip` device. (real device) (Under the `Device Explorer`)
- Browse into device window and click/open `Connect` on the top-right of the device screen
- Grab `scopeId`, `device Id` and `primary key` and fill the necessary parts under `esp8266_arduino.ino`
- Grab `scopeId`, `device Id` and `primary key` and fill the necessary parts under `ESP8266.ino`
```
// #define WIFI_SSID "<ENTER WIFI SSID HERE>"