Update README.md

pull/106/head
Qrome 2020-01-15 10:41:43 -07:00 committed by GitHub
parent cd1bc2b62a
commit 3ce8238993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ Version 2.2 introduced the ability to upgrade pre-compiled firmware from a binar
It is recommended to use Arduino IDE. You will need to configure Arduino IDE to work with the Wemos board and USB port and installed the required USB drivers etc.
* USB CH340G drivers: https://wiki.wemos.cc/downloads
* Enter http://arduino.esp8266.com/stable/package_esp8266com_index.json into Additional Board Manager URLs field. You can add multiple URLs, separating them with commas. This will add support for the Wemos D1 Mini to Arduino IDE.
* Open Boards Manager from Tools > Board menu and install esp8266 platform (and don't forget to select your ESP8266 board from Tools > Board menu after installation).
* Select Board: "WeMos D1 R2 & mini"
* Open Boards Manager from Tools > Board menu and install esp8266 Core platform version 2.5.2
* Select Board: "LOLIN(WEMOS) D1 R2 & mini"
* Set 1M SPIFFS -- this project uses SPIFFS for saving and reading configuration settings.
## Loading Supporting Library Files in Arduino