Quote Originally Posted by ruijc View Post

The lines remarked in PBP's Inc file are default settings ? This means if i dont add the config lines in the code PBP will set these fuses by it self ( and by remarking them there will be no default settings ).

Is this correct ?
Yes, you've got it. You can either edit it in PBP's inc files, and change it chip by chip. Or you can remark them out of PBP's inc files, and put them in your code for each project. They are the default settings. I usually copy them into my project, remark them out of PBP's inc file, and use them as a starting point.

Glad you've got it working.

Walter