Luos-io / Get_started

Get started for Luos technology. This page allows you to build, flash, run, and control your very first Luos code.
https://www.luos.io/tutorials/get-started
MIT License
29 stars 1 forks source link

Convert Arduino files to C++ #15

Closed ivankravets closed 2 years ago

ivankravets commented 2 years ago

Hi,

INO/PDE are invalid CPP files and are the root of bad developer experience.

See https://docs.platformio.org/en/latest/faq/ino-to-cpp.html

nicolas-rabault commented 2 years ago

In the beginning, we wanted to keep the project compatible with Arduino IDE... But the reality is that Platformio is the tool used by 100% of the people running this Get-Started. So this makes sense, thank-you @ivankravets

nicolas-rabault commented 2 years ago

@Salem-Luos we will have to also make it on our examples on Luos_engine...

ivankravets commented 2 years ago

Ahh, I see! The problem is that Microsoft's C/C++ extension does not support INO/PDE files and they are right. It seems we should finally drop support for the INO to reduce the level of mistakes when using this "broken" format.

nicolas-rabault commented 2 years ago

OK, so we have to make it soon to be future-proof...

JeromeGalan commented 2 years ago

Fixed in luos_engine 2.6.0