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

Revert "Implement modem (attempt 2)" #86

Merged
merged 1 commit into from
Apr 16, 2016
Merged

Conversation

proppy
Copy link
Contributor

@proppy proppy commented Apr 16, 2016

Reverts #83

Sample were broken, will re-revert on monday after we fix it:

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 proppy merged commit 7c7c57d into master Apr 16, 2016
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.

1 participant