Edzelf / ESP32-Radio

Internet radio based on ESP32, VS1053 and a TFT screen.
GNU General Public License v3.0
964 stars 227 forks source link

Maximum line length in config file - 150 #525

Open Honsieg opened 8 months ago

Honsieg commented 8 months ago

Hi, the maximum line length in config file is 150 character, however, there are some streaming addresses exceeding that limit having 200+ char. example: (http://f131.rndfnk.com/ard/mdr/284320/0/mp3/128/stream.mp3?aggregator=tunein&cid=01FBPZXA57C37S4VNZ987DHSAG&sid=2Xagpff6njVUTziab3qhjWeevNu&token=8SK0_3Z8ibHONLUGCaeeWrYWW-X3BVQaAsZNkzz9eOY&tvf=-1NA_HGvkxdmMTMxLnJuZGZuay5jb20)

Is there a way to extend the maximum line length in config file? I guess 300 would cover that need.

Thank you.