make OSMOCOM lowercase

This commit is contained in:
Dimitri Stolnikov 2013-06-08 17:38:18 +02:00
parent 40028422c0
commit e90ae9daa3
3 changed files with 4 additions and 4 deletions

4
README
View File

@ -2,7 +2,7 @@ While primarily being developed for the OsmoSDR hardware, this block
as well supports: as well supports:
* FunCube Dongle through libgnuradio-fcd * FunCube Dongle through libgnuradio-fcd
* OSMOCOM OsmoSDR Devices through libosmosdr * sysmocom OsmoSDR Devices through libosmosdr
* Great Scott Gadgets HackRF through libhackrf * Great Scott Gadgets HackRF through libhackrf
* Ettus USRP Devices through Ettus UHD library * Ettus USRP Devices through Ettus UHD library
* RTL2832U based DVB-T dongles through librtlsdr * RTL2832U based DVB-T dongles through librtlsdr
@ -39,5 +39,5 @@ make
sudo make install sudo make install
sudo ldconfig sudo ldconfig
NOTE: The OSMOCOM block will appear under 'Sources' and 'Sinks' categories NOTE: The osmocom blocks will appear under 'Sources' and 'Sinks' categories
in GRC menu. in GRC menu.

View File

@ -474,7 +474,7 @@ class app_top_block(stdgui2.std_top_block, pubsub):
print "Set frequency correction to:", ppm print "Set frequency correction to:", ppm
def main (): def main ():
app = stdgui2.stdapp(app_top_block, "OSMOCOM Spectrum Browser", nstatus=1) app = stdgui2.stdapp(app_top_block, "osmocom Spectrum Browser", nstatus=1)
app.MainLoop() app.MainLoop()
if __name__ == '__main__': if __name__ == '__main__':

View File

@ -347,7 +347,7 @@ def main():
gui=app_gui, # User interface class gui=app_gui, # User interface class
options=options, # Command line options options=options, # Command line options
args=args, # Command line args args=args, # Command line args
title="OSMOCOM Signal Generator", # Top window title title="osmocom Signal Generator", # Top window title
nstatus=1, # Number of status lines nstatus=1, # Number of status lines
start=True, # Whether to start flowgraph start=True, # Whether to start flowgraph
realtime=True) # Whether to set realtime priority realtime=True) # Whether to set realtime priority