You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
I'm using ESP8266. I wanted to speak this wifi module to firebase. So I googled a found a library. I used example programs first.
But while compiling the firebaseArudino.h doesn't runs properly and throws back an error
Arduino: 1.6.11 (Linux), Board: "Generic ESP8266 Module, 80 MHz, 40MHz, DIO, 115200, 512K (64K SPIFFS), ck, Disabled, None"
/home/chandrakumar/Arduino/libraries/firebase-arduino-master/src/thing/FireThing.cpp:17:3: error: 'D1' was not declared in this scope
D1, // digital in
^
/home/chandrakumar/Arduino/libraries/firebase-arduino-master/src/thing/FireThing.cpp:20:3: error: 'D1' was not declared in this scope
D1, // analog out
^
/home/chandrakumar/Arduino/libraries/firebase-arduino-master/src/thing/FireThing.cpp:21:3: error: 'D0' was not declared in this scope
D0, // config mode button
^
exit status 1
Error compiling for board Generic ESP8266 Module.
The text was updated successfully, but these errors were encountered:
I'm using ESP8266. I wanted to speak this wifi module to firebase. So I googled a found a library. I used example programs first.
But while compiling the firebaseArudino.h doesn't runs properly and throws back an error
Arduino: 1.6.11 (Linux), Board: "Generic ESP8266 Module, 80 MHz, 40MHz, DIO, 115200, 512K (64K SPIFFS), ck, Disabled, None"
/home/chandrakumar/Arduino/libraries/firebase-arduino-master/src/thing/FireThing.cpp:17:3: error: 'D1' was not declared in this scope
D1, // digital in
^
/home/chandrakumar/Arduino/libraries/firebase-arduino-master/src/thing/FireThing.cpp:20:3: error: 'D1' was not declared in this scope
D1, // analog out
^
/home/chandrakumar/Arduino/libraries/firebase-arduino-master/src/thing/FireThing.cpp:21:3: error: 'D0' was not declared in this scope
D0, // config mode button
^
exit status 1
Error compiling for board Generic ESP8266 Module.
The text was updated successfully, but these errors were encountered: