summaryrefslogtreecommitdiff
path: root/errors.py
blob: 5e7394be80c6daf8735af4e5ffaa9d4e7ab16d70 (plain)
1
2
3
4
5
6
7
8
9
10
def device_error():
    print(
        """
            The device you are running on is not currently compatible.
            Please use a suitable device. The current suitable
            devices are:
                - Raspberry Pi 4
            """
    )
    quit()