F5OEO / rpitx

RF transmitter for Raspberry Pi
GNU General Public License v3.0
3.93k stars 515 forks source link

Shivamking05675 patch 1 #306

Closed shivamking05675 closed 3 months ago

shivamking05675 commented 9 months ago

The need for these changes is required because sometimes users might also type 'yes,' and in such cases, the condition in your code will be false since currently, the condition only checks for 'y' to be true (Line Number 40). Additionally, I have added code comments for better understanding. That's the reason for making these minor changes in your code. Could you please approve my small contribution?