Pretty new to the arduino and read about the issue with both servo.h and virtualwire.h using timer1 on an Uno, so I bought a mega2560 with the assumption that it uses timer5 for servo's. When I go to compile I am getting the same error I did with my Uno. That both are trying to access the same timer. Is there something I need to do for it to recognize that it is a mega2560 other than changing the board in the Tools menu.
Just trying to get 2 continuous rotation servo's to move after being sent some commands using rf modules. Tested both servos and rf modules separately and they work fine.