Closed richelbilderbeek closed 6 years ago
Hi,
your IDE version is 1.0.5 right?
This version has several problems (one you mentioned), so the minimum IDE version was set to 1.6.
It is mentioned in the readme under Compatible IDE
.
This library works with Arduino IDE 1.6, older versions are not supported and will cause compiler errors.
Best
I fully agree it is well documented.
I suggest (and volunteer) to do a simple rename, so that older IDE versions don't have this warning. I feel the costs outweigh the benefits, but of course, I do have less understanding of the consequences of such a rename.
It would not compile anyway, because version 1.0.X has no enabled c++11 support.
Yes, you are right.
The goal of documenting it is to prevent other people wasting their time in finding this out.
Step 1: Describe your environment
Step 2: Describe the problem
When I successfully install this library, most of the examples are added to the
File | Examples
menu. Except forRFID-Cloner
, of which a warning dialog appears, as it has a dash in its name. Every restart of the Arduino IDE, this warning re-appears.Affected file(s) or example(s):
Steps to reproduce:
rfid-master.zip
rfid-master
will be createdRFID
Import Library
and select the RFID folder. The first warning about the dash in the name of theRFID-Cloner
example appearsRFID-Cloner
toRFID_Cloner
and its fileRFID-Cloner.ino
toRFID_Cloner.ino
I volunteer to do a Pull Request with the renamed example folder. Just assign this Issue to me :-)
Observed Results:
I get a warning that
RFID-Cloner
is a name with a dash.Expected Results:
That I can start the Arduino IDE without warnings
Relevant Code: