From 77a4c953193c8c18cce7fcd09ff53e12c46d5c41 Mon Sep 17 00:00:00 2001 From: maniacbug Date: Sun, 15 May 2011 07:26:25 -0700 Subject: [PATCH] Comment bug --- examples/starping_relay/starping_relay.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/starping_relay/starping_relay.pde b/examples/starping_relay/starping_relay.pde index 740afbd..08caab0 100644 --- a/examples/starping_relay/starping_relay.pde +++ b/examples/starping_relay/starping_relay.pde @@ -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. *