NordicPlayground / nRF51-ble-bcast-mesh

Other
324 stars 121 forks source link

adv_int_ms as uint8_t Typo? #11

Closed olskyy closed 9 years ago

olskyy commented 9 years ago

the adv_int_ms is defined as uint8_t, shouldnt be uint32_t? :-)

adv_int_ms The minimum adv_interval for nodes in the network in millis. Must be between 5 and 60000.

trond-snekvik commented 9 years ago

You are correct. We'll change it asap :)

olskyy commented 9 years ago

Thanks! :)

trond-snekvik commented 9 years ago

This was fixed as commit 4d5ba91c13326614c48f4cbe8259c552bc881b09 in release v0.6.2. Note that the commit message incorrectly references this as #9.