mirror of
https://github.com/craigerl/aprsd.git
synced 2026-08-29 23:35:35 -04:00
Replace misleading bare 'pass' with explicit comment explaining that PacketTrack polling is handled by PacketSendSchedulerThread / AckSendSchedulerThread. Restructure condition to 'if not (scheduler and scheduler.is_alive()):' so the fallback thread is only started when the scheduler is genuinely unavailable. Closes #244