소스 검색

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

Fabian Peter Hammerle 10 달 전
부모
커밋
df1c5827c1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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