Closed ASL07 closed 4 years ago
Hi Please, read the first line https://github.com/Wiz-IO/platform-quectel/wiki/SDK-BC66#new-version-comming-soon
Do you mean this?
New version comming soon...
So, we have to wait for the new version?
mean: new version is not ready
So, with the current version, we can't compile cpp code? When is the new version going to be available? Thanks
current version not support "clear" cpp you can use Arduino as cpp
Ok I might stick with C or Arduino for the moment but it will be great if you could provide a timeline for the new version release. Maybe the docs should be updated to mention that c++ is not supported yet
Is this fixed in the latest published release?
Hi,
I am having trouble compiling a c++ project
I created a pio project with this platformio.ini:
When I compile using "pio run" , a new main.c file is created. As mentioned here https://github.com/Wiz-IO/platform-quectel/wiki/SDK-BC66
I have renamed main.c to main.cpp
When I try to compile again, a new main.c file is created How do I use opencpu framework and c++?
Thanks for your help