Conflict between VirtualWire.h and Servo.h

Hi guys,

I'm trying to work on the temperature sensors and RF module which will send data from an arduino mini pro(transmitter) to my arduino uno(receiver), the problem is I've attached a servo motor for other purposes, with that, the library just won't compile, any suggestion?

:frowning: >:(

VirtualWire and the servo library conflict over Timer1.
There is an alternative servo library using Timer2 that may solve your problem. Google can help.