mrrwa / LocoNet2

A refactor of the original library to be much more object oriented, with derived classes for each different hardware interface
15 stars 14 forks source link

fix issue with uninitialized member variable #11

Open Jueff opened 10 months ago

Jueff commented 10 months ago

sometimes LocoNetESP32 was not working, because member variable _isrAttached was uninizialized and so possible != false at startup. Furtheron ISR was not correctly registered.