Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Compilation error #247

Closed
Closed
@dreamerchandra

Description

@dreamerchandra

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions