c4ev3 / EV3-Eclipse-Plugin

Create C/C++ EV3 projects and upload them, right out of Eclipse.
http://c4ev3.github.io
5 stars 6 forks source link

Update Basename.c #7

Closed HolyCoconut closed 5 years ago

HolyCoconut commented 5 years ago

Through the new API, the InitEV3 and FreeEV3 is not necessary anymore. Also the TermPrintf is more comfortable than LcdPrintf.

a3f commented 5 years ago

Hello @HolyCoconut,

Thanks for your contribution. I'd prefer to leave the template as-is though, because we can't be sure which EV3-API version the user has installed. Maybe if we had a Continuous Deployment (AppVeyor?) automatism in place to build new Eclipse Plugins and Windows installers, I could be more confident in merging such changes, because we can refer the user to the newest release. But as it stands, I am not doing any no new installer or EV3-Eclipse-Plugin releases.

Backwards-compatible contributions are welcome though.