You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of the differences between the old Raspberry Pi 1 models and the newer Raspberry Pi 2 & 3 models you may have to change a few values in the code depending on what version you are using.
If you are using a Raspberry Pi 2 or 3:
In radio.c
Line 30, change 0x20000000 to 0x3F000000
In radio.h
Line 4, change 0x20000000 to 0x3F000000
Navigate to the pihat folder and run the 'make' command.
The text was updated successfully, but these errors were encountered:
Because of the differences between the old Raspberry Pi 1 models and the newer Raspberry Pi 2 & 3 models you may have to change a few values in the code depending on what version you are using.
If you are using a Raspberry Pi 2 or 3:
In radio.c
Line 30, change 0x20000000 to 0x3F000000
In radio.h
Line 4, change 0x20000000 to 0x3F000000
Navigate to the pihat folder and run the 'make' command.
The text was updated successfully, but these errors were encountered: