Thomas
Thomas
While the logging doesn't have to be the same buffer, it is possible. When it happens the code gets in a loop.
Parent doesn't switch to short address poll handling when the ack of the Child Id response got lost.
So the behaviour does not match: ``` // Enable short source address matching after the first indirect // message transmission attempt to the child. We intentionally do // not check...
Parent doesn't switch to short address poll handling when the ack of the Child Id response got lost.
Is it an option to first add the short address poll handling (somewhere around indirect_sender.cpp:492) and only remove the extended address handling once a datarequest/data from the short address has...
Parent doesn't switch to short address poll handling when the ack of the Child Id response got lost.
I think the combined short and combined poll handling still is best. Another option could be to switch over when a poll/data from the short address is received, whether there...
Is it an option to enable this -Wundef by default with _warnings as errors_ so these get fixed immediately when new flags are added?