Hello new here and just as new to Arduino IDE let alone the new version 2.3.7 I believe. Anyway just wanted to introduce my self and ask where I start to post questions about error codes received when compiling a sketch.
Welcome to the forum
Post the whole sketch and full error messages in the Programming category of the forum along with a description of the project and all hardware
Please follow the advice given in the link below when posting code, in particular the section entitled 'Posting code and common code problems'
Use code tags (the < CODE/ > icon above the compose window) to make it easier to read and copy for examination
Please post your full sketch, using code tags when you do
Posting your code using code tags prevents parts of it being interpreted as HTML coding and makes it easier to copy for examination
In my experience the easiest way to tidy up the code and add the code tags is as follows
Start by tidying up your code by using Tools/Auto Format in the IDE to make it easier to read. Then use Edit/Copy for Forum and paste what was copied in a new reply. Code tags will have been added to the code to make it easy to read in the forum thus making it easier to provide help.
It is also helpful to post full error messages in code tags as it makes it easier to scroll through them and copy them for examination
To post the error message, click the "COPY ERROR MESSAGES" button in the IDE, paste the copied messages in a reply here, select all of it and click the < CODE > icon above the reply editor to add the code tags and then save the reply
Here's a problem. Two, actually. Multiple libraries, same header files. Which one is used might not be (and sounds like it IS not) the one you want to be used.
Multiple libraries were found for "DcsBios.h"
Used: C:\Users\17404\Documents\Arduino\libraries\DCS-BIOS_FP-Fork
Not used: C:\Users\17404\Documents\Arduino\libraries\dcs-bios-arduino-library-0.3.9
Multiple libraries were found for "Servo.h"
Used: C:\Users\17404\Documents\Arduino\libraries\Servo
Not used: C:\Users\17404\AppData\Local\Arduino15\libraries\Servo
Figure out which library you want to use, and remove the other one.
"Programming" I'm sorry I am new here first day. I don't see a Programming Category. Do you mean Development Tools?
Thank you how do I remove one or the other? Just delete the one or rename it something else? I am assuming I just delete it but want to be sure/
Use the library manager to do an uninstall of one. Normally that is not needed, so best is to show your entire code in code tags after being auto formatted and the verbose error log also in code tags.
FORUM >> CATEGORIES >> PROJECTS >> PROGRAMMING