Arduino Leonardo Firebase

0

Hi, I'm using an Arduino Leonardo board, and an esp-8266 module, and I'm having problems with the FirebaseArduino library. I get the following error:

Arduino:1.8.3 (Windows 10), Tarjeta:"Arduino Leonardo"

In file included from C:\Users\Mario\Documents\Arduino\Fire_base\Fire_base.ino:1:0:

C:\Users\Mario\Documents\Arduino\libraries\firebase-arduino-master\src/FirebaseArduino.h:20:18: fatal error: string: No such file or directory

 #include <string>

                  ^

compilation terminated.

exit status 1
Error compilando para la tarjeta Arduino Leonardo.

Este reporte podría tener más información con
"Mostrar salida detallada durante la compilación"
opción habilitada en Archivo -> Preferencias.

The ESP module that I am using is the small one:

And the library that I am adding is the following: Here is the library

    
asked by Mario Alex Mendoza 05.07.2017 в 20:52
source

0 answers