Skip to content

Commit

Permalink
Merge pull request #233 from IncursioHack/main
Browse files Browse the repository at this point in the history
[FM Transmitter] Removing the RST pin and releasing the MicroSD.
  • Loading branch information
pr3y authored Sep 1, 2024
2 parents aa6b8bf + 0c67660 commit e79ab19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/fm/fm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
bool auto_scan = false;
bool is_running = false;
uint16_t fm_station = 10230; // Default set to 102.30 MHz
Adafruit_Si4713 radio = Adafruit_Si4713(FM_RSTPIN);
Adafruit_Si4713 radio = Adafruit_Si4713();

void set_auto_scan(bool new_value) {
auto_scan = new_value;
Expand Down

0 comments on commit e79ab19

Please sign in to comment.