Electr0Fi

Results 3 issues of Electr0Fi

Hi All, I'm running gPodder v3.10.17 on FreeBSD (TrueNAS), and when I try to `search` for a podcast, I get the following error. It also occur when I just run...

bug
mygpo

I just ran the following example code: ``` from mvg import MvgApi station = MvgApi.station('Universität, München') if station: mvgapi = MvgApi(station['id']) departures = mvgapi.departures() print(station, departures) ``` And the script...

question

I compiled the ESP32 OGN-Tracker firmware binary for the Lilygo T-Beam v1.2 SX1262, placed it in a zip file, and added it to the `ogn` directory within the Stratus root...