From 58ff5edacb56f483165572719acbc82acfb6984e Mon Sep 17 00:00:00 2001 From: tomas-fryza Date: Mon, 24 Feb 2025 13:17:30 +0100 Subject: [PATCH] minor --- examples/40-fm-tuner-rda5807/serial_example.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/40-fm-tuner-rda5807/serial_example.py b/examples/40-fm-tuner-rda5807/serial_example.py index 0cb7dbc..114a0ba 100644 --- a/examples/40-fm-tuner-rda5807/serial_example.py +++ b/examples/40-fm-tuner-rda5807/serial_example.py @@ -40,8 +40,8 @@ print("Pi Pico RDA5807 FM Radio Example") print("press ? for help") while(1): - # command = sys.stdin.read(1) - command = "?" + command = sys.stdin.read(1) + # ?command = "?" if command == "?": print("Commands") print("========") @@ -62,7 +62,7 @@ radio.update_rds() time.sleep_ms(100) print(radio.station_name) - print(radio.radio_text) + # print(radio.radio_text) if command == ".": print("seeking...") @@ -89,4 +89,4 @@ mute = True radio.mute(mute) - time.sleep_ms(5000) + # time.sleep_ms(5000)