Changes between Version 142 and Version 143 of WikiStart


Ignore:
Timestamp:
2014-02-05 17:31:55 (10 years ago)
Author:
hek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v142 v143  
    253253https://github.com/mysensors/Vera/archive/master.zip\\ 
    254254 
    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.  
    258258* Higher radio transmit speed 1->2mbps. 
    259259* Energy Pulse meter example added 
     
    263263* Fixed truncation of debug messages 
    264264* Updated humidity sensor to fetch unit settings from vera. 
    265 * Fixed bug with SendNodeCommand 
     265* Fixed bug with ~SendNodeCommand 
    266266* New servo-actuator example. 
    267267* Store relay-node in EEPROM.