aboutsummaryrefslogtreecommitdiffstats
path: root/op25/gr-op25_repeater/apps/scope.py
blob: 2e46a3f270e4fbf2cb5071f6965efd0a4ed33103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /usr/bin/env python

s="""
*****************************************************************************
*
* 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 .
*
* If you really want to use scope.py, 
* 1) 'sudo make uninstall' the currently installed version of OP25
* 2) 'git checkout bcef5dfc295a76aa219709c3492285b81652a2dd'
* 3) rebuild and re-install OP25, starting with an empty 'build' directory
*
*****************************************************************************
"""

if __name__ == '__main__':
	print s