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

Erro at PlatformIO #33

Closed HebertWP closed 2 years ago

HebertWP commented 4 years ago

When a try to compile the library at PlatformIO this message show up

thinger.io/src/ThingerTinyGSM.h:126:19:` error: 'ThingerTinyGSM::client_' will be initialized after [-Werror=reorder]

It's easy to solve with adding a line with

build_unflags = -Werror=reorder

,but it would make some unnoticed people belive that your library don't work fine, the arduino gcc compiler is set to supres a lot of warning to make easy to new one in programing. I just fell that a had to inform that it is happening, due your system has been extremely helpful for me :)