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

Implement modem (attempt 2) #83

Merged
merged 6 commits into from
Apr 15, 2016
Merged

Conversation

ed7coyne
Copy link
Collaborator

Killed the last PR (#66) when I tried to rebase it. abandoning and copying all content to this one.

@ed7coyne ed7coyne changed the title Implement modem (v2) Implement modem (attempt 2) Apr 15, 2016
This was referenced Apr 15, 2016
@ed7coyne ed7coyne merged commit cb7f768 into FirebaseExtended:master Apr 15, 2016
@proppy
Copy link
Contributor

proppy commented Apr 16, 2016

I think we forgot to update the examples:

FirebasePush_ESP8266:24: error: use of deleted function 'Firebase::Firebase(const Firebase&)'
                    .auth("secret_or_token");
                                           ^
In file included from /home/proppy/Arduino/libraries/firebase-arduino/examples/FirebasePush_ESP8266/FirebasePush_ESP8266.ino:20:0:
/home/proppy/Arduino/libraries/firebase-arduino/src/Firebase.h:44:3: error: declared here
   Firebase(const Firebase&) = delete;
   ^
/home/proppy/Arduino/libraries/firebase-arduino/examples/FirebasePush_ESP8266/FirebasePush_ESP8266.ino: In function 'void setup()':
FirebasePush_ESP8266:29: error: 'WiFi' was not declared in this scope
   WiFi.begin("SSID", "PASSWORD");
   ^
FirebasePush_ESP8266:31: error: 'WL_CONNECTED' was not declared in this scope
   while (WiFi.status() != WL_CONNECTED) {
                           ^
exit status 1
use of deleted function 'Firebase::Firebase(const Firebase&)'

@proppy
Copy link
Contributor

proppy commented Apr 16, 2016

Reverting so that it's not broken over the week end, we can re-revert on monday after we fix it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants