diff --git a/fm_radio/radio.c b/fm_radio/radio.c index 0a7f001edb..3c8b3ed366 100644 --- a/fm_radio/radio.c +++ b/fm_radio/radio.c @@ -52,46 +52,46 @@ struct Station { // Array of Stations struct Station stations[] = { - {88.1, "CIND Indie 88"}, - {88.9, "CIRV Portuguese"}, - {89.5, "CIUT FM"}, - {89.7, "89.7 K-Love"}, - {90.3, "Ici Musique"}, - {91.1, "JAZZ.FM91"}, - {92.3, "Zeta 92"}, - {92.5, "KiSS Radio"}, - {93.1, "Easy 93.1"}, + {88.1, "Rad 7"}, + {88.4, "88.4"}, + {89.5, "RECORD"}, + {89.9, "89.9"}, + {90.3, "90.3"}, + {91.1, "91.1"}, + {92.3, "92.3"}, + {92.5, "HitFM"}, + {93.1, "VeraFM"}, {93.5, "93.5 Today"}, {93.9, "Urbana FM"}, {94.1, "CBC Music"}, - {94.5, "Star 94.5"}, - {95.7, "Ritmo 95.7"}, + {95.2, "95.2"}, + {95.7, "Gelendjik"}, {95.9, "KX96"}, - {96.3, "Classical 96.3"}, - {96.5, "Power 96"}, - {97.3, "Hits 97.3"}, - {98.1, "CHFI"}, - {98.3, "Mix 98.3"}, - {98.7, "Flow 98.7"}, - {99.1, "99 Jamz"}, + {96.1, "96.1"}, + {96.8, "96.8"}, + {97.2, "Chocolat"}, + {97.8, "Relax"}, + {98.2, "98.2"}, + {98.6, "98.6"}, + {99.2, "Maximum"}, {99.5, "Viva FM"}, - {99.9, "99.9 Kiss Country"}, - {100.3, "Rumba FM"}, - {100.7, "Y100.7"}, - {101.1, "The Rock Station"}, - {101.3, "CMR Diversity"}, - {101.5, "101.5 Lite FM"}, - {102.1, "102.1 Edge"}, - {102.7, "102.7 The Beach"}, - {103.5, "The Beat 103.5"}, - {103.9, "Proud FM"}, - {104.5, "CHUM"}, - {105.1, "HOT 105"}, - {105.5, "VIBE1055 FM"}, - {106.5, "106.5 Elmnt"}, - {106.7, "106.7 El Zol"}, - {107.1, "Q107"}, - {107.5, "Amor 107.5"}, + {99.8, "99.8"}, + {100.2, "Comedy Radio"}, + {100.5, "NRG"}, + {100.9, "Retro FM"}, + {101.2, "101.2"}, + {101.5, "101.5"}, + {101.9, "Evropa Plus"}, + {102.4, "KazakFM"}, + {102.9, "102.9"}, + {103.5, "Proud FM"}, + {104.0, "CHUM"}, + {104.9, "First"}, + {105.3, "105.3"}, + {106.6, "106.6 Elmnt"}, + {107.0, "107.0"}, + {107.4, "107.4"}, + {107.8, "Radio 7"}, }; // Enumerations for submenu and view indices