CommandStation-EX icon indicating copy to clipboard operation
CommandStation-EX copied to clipboard

Faster interrupt code if progtrack power is off

Open Asbelos opened this issue 4 years ago • 4 comments
trafficstars

Means even less time in the ISR. Beware schedulePacket must skip if power off otherwise it could block.

Asbelos avatar Nov 23 '20 19:11 Asbelos

How do you intend to implement this?

FrightRisk avatar Dec 07 '20 03:12 FrightRisk

1 line change in main interrupt routinePlus 1 line in schedulePacket to avoid blocking if attempting to send a packet to a powered off track. On 7 Dec 2020 03:48, Fred [email protected] wrote: How do you intend to implement this?

—You are receiving this because you were assigned.Reply to this email directly, view it on GitHub, or unsubscribe.

Asbelos avatar Dec 07 '20 10:12 Asbelos

Is this in a branch yet?

FrightRisk avatar Jan 13 '21 22:01 FrightRisk

I suggest this is included in habas railcom dev

Asbelos avatar Jan 14 '21 11:01 Asbelos