255 | | * New ack mechanism. HW acks disabled to minimize trash messages. |
256 | | * Messages is now directed directly to children (bug in routing) |
257 | | * Sensors now only has one pipe open (self) and gw/repeater nodes two (broadcast, self). No overhearing of messages for other nodes. |
| 255 | * New software ack mechanism. HW acks was very unreliable and generated trash messages. |
| 256 | * Messages is now directed directly to children (fixed previous bug in routing algoritm) |
| 257 | * Sensors now only has one pipe open (self) and gw/repeater nodes two (broadcast, self). Previously it also listened to relay node. This means no more overhearing of messages directed for other nodes. |