Hey guys,
Iam having some major issues with thehackerbox 0065. it is using an esp32 in conjuntion with a LED matrix. I am using the Temboo 1.21.1 library, but I keep getting the issue pasted below.
any assistance would be greatly appreciated.
Arduino: 1.8.13 (Windows 10), Board: "DOIT ESP32 DEVKIT V1, 80MHz, 921600, None"
In file included from C:\Users\josiah\Documents\Arduino\HB0065_Clock\HB0065_Clock.ino:1:0:
C:\Users\josiah\Documents\Arduino\libraries\Temboo\src/Temboo.h:86:43: error: expected identifier before '(' token
#define TEMBOO_ERROR_ACCOUNT_MISSING (201)
^
C:\Users\josiah\Documents\Arduino\libraries\Temboo\src/TembooCoAPEdgeDevice.h:264:13: note: in expansion of macro 'TEMBOO_ERROR_ACCOUNT_MISSING'
TEMBOO_ERROR_ACCOUNT_MISSING = 201,
^
C:\Users\josiah\Documents\Arduino\libraries\Temboo\src/Temboo.h:86:43: error: expected '}' before '(' token
#define TEMBOO_ERROR_ACCOUNT_MISSING (201)
^
C:\Users\josiah\Documents\Arduino\libraries\Temboo\src/TembooCoAPEdgeDevice.h:264:13: note: in expansion of macro 'TEMBOO_ERROR_ACCOUNT_MISSING'
TEMBOO_ERROR_ACCOUNT_MISSING = 201,
^
C:\Users\josiah\Documents\Arduino\libraries\Temboo\src/Temboo.h:86:44: error: expected unqualified-id before numeric constant
#define TEMBOO_ERROR_ACCOUNT_MISSING (201)
^
C:\Users\josiah\Documents\Arduino\libraries\Temboo\src/TembooCoAPEdgeDevice.h:264:13: note: in expansion of macro 'TEMBOO_ERROR_ACCOUNT_MISSING'
TEMBOO_ERROR_ACCOUNT_MISSING = 201,
^
C:\Users\josiah\Documents\Arduino\libraries\Temboo\src/Temboo.h:86:44: error: expected ')' before numeric constant
#define TEMBOO_ERROR_ACCOUNT_MISSING (201)
^
C:\Users\josiah\Documents\Arduino\libraries\Temboo\src/TembooCoAPEdgeDevice.h:264:13: note: in expansion of macro 'TEMBOO_ERROR_ACCOUNT_MISSING'
TEMBOO_ERROR_ACCOUNT_MISSING = 201,
^
In file included from C:\Users\josiah\Documents\Arduino\HB0065_Clock\HB0065_Clock.ino:2:0:
C:\Users\josiah\Documents\Arduino\libraries\Temboo\src/TembooCoAPEdgeDevice.h: In member function 'char* TembooCoAPChoreo::getResponseData()':
C:\Users\josiah\Documents\Arduino\libraries\Temboo\src/TembooCoAPEdgeDevice.h:247:41: error: 'm_respData' was not declared in this scope
char* getResponseData() {return m_respData;}
^
C:\Users\josiah\Documents\Arduino\libraries\Temboo\src/TembooCoAPEdgeDevice.h: In member function 'char* TembooCoAPChoreo::getHTTPResponseCode()':
C:\Users\josiah\Documents\Arduino\libraries\Temboo\src/TembooCoAPEdgeDevice.h:248:45: error: 'm_httpCodeStr' was not declared in this scope
char* getHTTPResponseCode() {return m_httpCodeStr;}
^
C:\Users\josiah\Documents\Arduino\libraries\Temboo\src/TembooCoAPEdgeDevice.h: At global scope:
C:\Users\josiah\Documents\Arduino\libraries\Temboo\src/TembooCoAPEdgeDevice.h:277:5: error: expected unqualified-id before 'protected'
protected:
^
C:\Users\josiah\Documents\Arduino\libraries\Temboo\src/TembooCoAPEdgeDevice.h:280:27: error: 'm_client' declared as reference but not initialized
TembooCoAPClient& m_client;
^
C:\Users\josiah\Documents\Arduino\libraries\Temboo\src/TembooCoAPEdgeDevice.h:311:5: error: expected unqualified-id before 'protected'
protected:
^
C:\Users\josiah\Documents\Arduino\libraries\Temboo\src/TembooCoAPEdgeDevice.h:314:1: error: expected declaration before '}' token
};
^
Multiple libraries were found for "Temboo.h"
Used: C:\Users\josiah\Documents\Arduino\libraries\Temboo
Not used: C:\Users\josiah\Documents\Arduino\libraries\arduino_10819
Not used: C:\Users\josiah\Documents\Arduino\libraries\arduino_666714
exit status 1
Error compiling for board DOIT ESP32 DEVKIT V1.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.