op25/op25/gr-op25_repeater/apps/scope.py

20 lines
625 B
Python
Raw Normal View History

2017-10-18 01:43:42 +00:00
#! /usr/bin/env python
s="""
*****************************************************************************
*
2017-10-18 23:11:53 +00:00
* The scope.py app has been deprecated; it has been replaced by rx.py .
*
* See file "README" in this directory for further information about rx.py .
*
2017-10-18 01:43:42 +00:00
* If you really want to use scope.py,
* 1) 'sudo make uninstall' the currently installed version of OP25
2017-10-18 23:11:53 +00:00
* 2) 'git checkout bcef5dfc295a76aa219709c3492285b81652a2dd'
2017-10-18 01:43:42 +00:00
* 3) rebuild and re-install OP25, starting with an empty 'build' directory
*
*****************************************************************************
"""
if __name__ == '__main__':
print s