Rajan Patel

Results 55 comments of Rajan Patel

consider rclone as a universal backend per #65? Ideally combinable with multiple sources and multiple schedules.

I don't use the config file directory so I didn't know how it works but after looking at it I think it should combine just fine if every environment variable...

What is it that requires the lock? Or, instead of refactoring to not require a lock, could you check the lock in a loop until some timeout, to support identical...

looks good to me

Instrumenting for prometheus should be fairly easy (https://prometheus.io/docs/guides/go-application/). I think most common monitoring systems can ingest the data by scraping the /metrics page.

The height is supposed to be greater than the width. Switch those values and set the orientation to landscape. all values will be mapped for you.

I had left the font as default. This issue was solved by manually calling TFT_setFont(DEFAULT_FONT, 0)

> Also, is there a way to link this to flightaware account? https://github.com/sdr-enthusiasts/docker-piaware

I was able to work around this issue by creating 2 dummy transmitters to fill up the TX only channels before the receiver gets a channel allocated.

I've just found that this workaround doesn't work with the neopixelbus component (FastLED works with [some changes](https://github.com/FastLED/FastLED/issues/1351#issue-1104191927)). The neopixel light is setup before the dummy transmitter regardless of the YAML...