Page 1 of 1

Re: Testbed for Plugin development

Posted: 14 Feb 2017, 07:34
by data
I simply downloaded the archive and unpacked it. Then, I renamed the folder to RFLink since the Arduino IDE complains otherwise, specified the correct SKETCH_PATH and tried to compile.


update: It compiles, when I remove the Plugin_101.c in the Plugins folder.

Re: Testbed for Plugin development

Posted: 14 Feb 2017, 09:18
by Stuntteam
Strange.. but at least it works now

update: 1.6.9 does not care about what files are assigned to the project, it tries to compile all files in the directory tree.
As a result excluded files that should be skipped are still included.
Newer versions seem to have fixed that.. but at the same time have "fixes" that affect the timing.

Re: Testbed for Plugin development

Posted: 12 Mar 2017, 01:22
by Redferne
So it is a hard requirement to use IDE 1.6.9 for compiling the ancient source publicly available? Since it affects timing?
Any plans to make some of the R46 core source available now the release is out? Like a new .zip file for us who's still interested in adding support for misc devices?

Re: Testbed for Plugin development

Posted: 12 Mar 2017, 09:36
by Stuntteam
Redferne wrote: 12 Mar 2017, 01:22 So it is a hard requirement to use IDE 1.6.9 for compiling
Any version from 1.0.5 to 1.6.9 seems to work fine.
Redferne wrote: 12 Mar 2017, 01:22 Any plans to make some of the R46 core source available now the release is out?
Unknown for now..