Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

error #155

Closed
nzoffgrid opened this issue Apr 20, 2020 · 1 comment
Closed

error #155

nzoffgrid opened this issue Apr 20, 2020 · 1 comment

Comments

@nzoffgrid
Copy link

C:\Users\gumbo\Documents\Arduino\libraries\google-cloud-iot-arduino-master\src\CloudIoTCoreMqtt.cpp: In member function 'void CloudIoTCoreMqtt::mqttConnect(bool)':

C:\Users\gumbo\Documents\Arduino\libraries\google-cloud-iot-arduino-master\src\CloudIoTCoreMqtt.cpp:48:18: error: '_backoff_at_millis' was not declared in this scope

if (millis() < _backoff_at_millis)

              ^

C:\Users\gumbo\Documents\Arduino\libraries\google-cloud-iot-arduino-master\src\CloudIoTCoreMqtt.cpp:80:7: error: '_backoff_at_millis' was not declared in this scope

   _backoff_at_millis = millis() + this->__backoff__;

   ^

C:\Users\gumbo\Documents\Arduino\libraries\google-cloud-iot-arduino-master\src\CloudIoTCoreMqtt.cpp:91:9: error: '_backoff_at_millis' was not declared in this scope

     _backoff_at_millis = millis() + __max_backoff__;

     ^

exit status 1
Error compiling for board LOLIN(WEMOS) D1 R2 & mini.

@DanielGarc
Copy link
Contributor

see #154

@galz10 galz10 closed this as completed Jul 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants