Seeed-Studio / Seeed_Arduino_Linechart

This library is a very lightweight library which can help you with the linechart graph you need.
MIT License
6 stars 7 forks source link

Compilation errors/warnings with WIO Terminal #1

Closed dennisma closed 4 years ago

dennisma commented 4 years ago

It appears this library uses the deduced return type feature of C++14. However the Seeedstudio WIO Terminal compiles at C++11 (-std=gnu++11) (see the platform.txt for the Arduino IDE compilation).

You might want to either change the cpp compilation for options in the platform.txt to -std=gnu++14 OR don't use deduced return types.

LynnL4 commented 4 years ago

thanks, we'll try C + + 14, but we need some compatibility tests.