Converting project from Uno to Esp8266

Before creating the topic

  1. Search forum for similar topics
  2. Check http://docs.blynk.cc and http://help.blynk.cc/
  3. Add details :
    • Hardware model + communication type. For example: Arduino UNO with Ethernet Shield
    • Smartphone OS (iOS or Android) + version
    • Blynk server or local server
    • Blynk Library version
    • Add your sketch code. :point_up:Code should be formatted as example below.

Simply paste your code between ``` If you don’t format your code, your topic can be deleted by moderators.


void loop()

```Trying to move project (currently working ok) to the ESP8266 Huzzah by Adafruit. In Arduino IDE 1.8.7 or 1.8.12, when i try to add the ESP8266, system says that it is not available.

this is an additional note to my initial request. : your instructions for adding a board such as the ESP8266 says that if an error occurs look for folder “Arduino15 or .Arduino15” . I cannot find any such folder on my system, where should it be located?

C:\Users\Your_username\AppData\Local\Arduino15

Have you followed these instructions to install the ESP8266 core?..

Pete.