Comment bug

This commit is contained in:
maniacbug 2011-05-15 07:26:25 -07:00
parent 0b3f8fec65
commit 77a4c95319
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
* @li Base. One node is the base station, which receives pings, and sends
* a pong back out.
*
* The address of each node is a number from 1 to n (the # of known nodes).
* The address of each node is a number from 0 to n (the # of known nodes).
* It is set in EEPROM. To change a nodes address, send the character code
* for that address. e.g. send the character '5' to set address 5.
*