Receiver Shield for Arduino: 315MHz / 433MHz

Hi all.

I purchased a 433mhz shield and was trying to find some documentation on the weather station project. The website link is currently down. I have read that the VirtualWire library has been superceded and replaced with the RadioHead library. Does anyone have any information about if the new RadioHead library will work with this shield?

I have found the Github page for the weather-station project (link below).

When trying to upload the script I get a error saying the “BYTE” keyword is no longer supported for this line of code.

Serial.print( ‘.’, BYTE );

Just curious how can I fix this error from coming up?

Thank you for your patience.