diff options
author | sara <sara.halter@gmx.ch> | 2021-11-08 15:10:41 +0100 |
---|---|---|
committer | sara <sara.halter@gmx.ch> | 2021-11-08 15:10:41 +0100 |
commit | e113eed4cd41147290f5ca192a12def0c980b2c8 (patch) | |
tree | 6e678172905189beaf9a2f77252d40102813b541 /src | |
parent | QAM / 4-PSK Simulation (diff) | |
download | Fading-e113eed4cd41147290f5ca192a12def0c980b2c8.tar.gz Fading-e113eed4cd41147290f5ca192a12def0c980b2c8.zip |
QAM Hardware Vorbereitung
Diffstat (limited to 'src')
-rwxr-xr-x | src/sketch.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sketch.py b/src/sketch.py index a0cfa51..bed19a8 100755 --- a/src/sketch.py +++ b/src/sketch.py @@ -70,10 +70,6 @@ def _on_rx_node_delink(sender, app_data): # add_node_link(get_alias_id("eq_out"), get_alias_id("pll_in")) - -with window(label="Example Window"): - add_text("Hello world") - #================================================ # QPSK Window |