thinger-io / Arduino-Library

IOTMP Arduino Library for connecting devices to thinger.io #IoT
https://thinger.io
MIT License
111 stars 66 forks source link

Error when building #26

Closed Chrisigrimm closed 5 years ago

Chrisigrimm commented 5 years ago

I get the following error when i Compile the sources with PlatformIO.

Compiling .pioenvs/d1_mini_lite/src/main.cpp.o In file included from .piolibdeps/thinger.io_ID648/src/thinger/thinger.h:29:0, from .piolibdeps/thinger.io_ID648/src/ThingerClient.h:27, from .piolibdeps/thinger.io_ID648/src/ThingerSmartConfig.h:28, from src/main.cpp:1: .piolibdeps/thinger.io_ID648/src/thinger/thinger_resource.hpp:91:5: error: expected ';' at end of member declaration io_type io_type_; ^

// EDIT Bug seems fixed in the sources. Might not up to date in PlatformIO?