diff options
Diffstat (limited to 'errors.py')
| -rw-r--r-- | errors.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/errors.py b/errors.py new file mode 100644 index 0000000..5e7394b --- /dev/null +++ b/errors.py @@ -0,0 +1,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() |
