Explorar el Código

fix "type object 'gnuradio.filter.filter_python.firdes' has no attribute 'WIN_KAISER'" (another error blocks update of fm_radio.py)

Fabian Peter Hammerle hace 7 meses
padre
commit
df1c5827c1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      fm_radio.grc

+ 1 - 1
fm_radio.grc

@@ -179,7 +179,7 @@ blocks:
     samp_rate: samp_rate
     type: fir_filter_ccf
     width: '10000'
-    win: firdes.WIN_KAISER
+    win: window.WIN_KAISER
   states:
     bus_sink: false
     bus_source: false