David Rollinson
David Rollinson
It was running fine on Debian, Pi5, 4 last night. I'll check after sunrise, happy to leave those stations there.
Are you passing the station name as an argument to StartCapture?
I think what you are seeing is the config reader initialization where it reads the default config from . https://github.com/CroatianMeteorNetwork/RMS/blob/6f42cc1fd2f40b65b95e6d20a3724dcb8b900835/RMS/ConfigReader.py#L235 But this gets overwritten by the config specified on the...
The init of the config reads from that location. Hard coded I think, but not an issue. https://github.com/CroatianMeteorNetwork/RMS/blob/3313489fffe1c9b6148a85cb205a4ffe37575be5/RMS/ConfigReader.py#L225
I don't really have a view.
Interesting thought. I don't like the idea of skipping the checks for updated files if upload is false, because at least two operators, and multiple stations do not use the...
Why is that better than the original idea?
Just adding a -t or --test flag to disable server connections so you can quickly start and run capture on a station with no keys.
I need to think about disabling download when XX0001 is stationID. It sounds like a good idea.
I've implemented it, refer to above PR.