Adding More than one relay switch to Arduino

When I add more than one one relay switch, Is it necessary every time to upload sketch file to arduino?

Yes, In every change of your hardware or software you have to upload. The arduino needs to know the specific work of the pins. If you do not upgrade, the new hardware will simply not working because in the old code you have not described the using of the new pin :slight_smile: